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

vharseko
17.57.2019 3a1a47bc5273a96303f5d8e7881dc8f053afe843
Merge pull request #81 from kenan3008/javax.activation

fix NoClassDefFoundError: com/sun/activation/registries/LogSupport
1 files modified
5 ■■■■■ changed files
opendj-server/pom.xml 5 ●●●●● patch | view | raw | blame | history
opendj-server/pom.xml
@@ -81,6 +81,11 @@
        <artifactId>javax.annotation-api</artifactId>
        <version>1.3.2</version>
    </dependency>
    <dependency>
      <groupId>com.sun.activation</groupId>
      <artifactId>javax.activation</artifactId>
      <version>1.2.0</version>
    </dependency>
  </dependencies>
  <build>
    <resources>