diff --git a/pom.xml b/pom.xml index 659b630e..ed78ec3b 100644 --- a/pom.xml +++ b/pom.xml @@ -117,14 +117,6 @@ build - - maven-jar-plugin - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - org.apache.maven.plugins maven-source-plugin @@ -152,31 +144,6 @@ none - - org.apache.felix - maven-bundle-plugin - - - bundle-manifest - process-classes - - manifest - - - - - - - org.jboss.vfs.*;resolution:=optional, - * - - - org.reflections.* - - org.reflections - - - maven-enforcer-plugin @@ -231,6 +198,40 @@ ${jdk.version} + + org.apache.felix + maven-bundle-plugin + 3.5.1 + + + bundle-manifest + process-classes + + manifest + + + + + + + + org.jboss.vfs.*;resolution:=optional, + !javax.annotation, + * + + org.reflections + + + + + maven-jar-plugin + 3.1.0 + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + +