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

Gaetan Boismal
09.59.2015 e846bf4444b45a1745f5937a3af9d4383e314ee6
pom.xml
@@ -125,8 +125,6 @@
     | it change the version policy from == + to == =+  [2.0,3) [2.0,2.1)
    -->
    <opendj.osgi.import>
      org.forgerock.opendj.*;provide:=true,
      org.forgerock.json.*;provide:=true,
      ${opendj.osgi.import.additional},
      *
    </opendj.osgi.import>
@@ -199,6 +197,11 @@
                      </_removeheaders>
                      <Import-Package>${opendj.osgi.import}</Import-Package>
                  </instructions>
                  <archive>
                    <addMavenDescriptor>false</addMavenDescriptor>
                    <index>true</index>
                    <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
                  </archive>
              </configuration>
          </plugin>
        <plugin>