mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
11.41.2014 8da81d1b11c6cc6eedd77b7e440186238785791b
OPENDJ-1369 Exception (NoClassDefFoundError) when deploying the DSML gateway

Issue caused by r10492 which added opendj-core.jar as a dependency for opendj server.

build.xml:
Added opendj-core.jar to dsml war.
1 files modified
1 ■■■■ changed files
opendj3-server-dev/build.xml 1 ●●●● patch | view | raw | blame | history
opendj3-server-dev/build.xml
@@ -1654,6 +1654,7 @@
        <include name="slf4j-api.jar" />
        <include name="opendj-cli.jar" />
        <include name="opendj-core.jar" />
        <include name="opendj-config.jar" />
      </lib>
    </war>