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

Matthew Swift
18.31.2013 daa33eb72bdc0e777fdc2aa6a8a7aef7d3d0ca5a
Fix Maven bundle plugin warnings.
1 files modified
5 ■■■■ changed files
opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml 5 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml
@@ -58,7 +58,10 @@
    </dependency>
  </dependencies>
  <properties>
      <opendj.osgi.import.additional>com.sun.security.auth*;resolution:=optional</opendj.osgi.import.additional>
    <opendj.osgi.import>
      com.sun.security.auth*;resolution:=optional,
      *
    </opendj.osgi.import>
  </properties>
  <build>
    <plugins>