Remove org.apache.felix:maven-bundle-plugin

It was introduced to fix a build failure but I have put this dep
back in fasterxml-oss-parent so it should work again without
This commit is contained in:
Chris Kelley 2022-12-16 09:34:00 +00:00
parent 8701b1bb00
commit 9f753a824e

View File

@ -31,7 +31,6 @@ This package contains API documentation for %{name}.
%pom_remove_plugin "org.sonatype.plugins:nexus-staging-maven-plugin"
%pom_remove_plugin "de.jjohannes:gradle-module-metadata-maven-plugin"
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
%pom_add_plugin "org.apache.felix:maven-bundle-plugin" . "<extensions>true</extensions>"
%pom_xpath_set "//pom:javac.src.version" "11"
%pom_xpath_set "//pom:javac.target.version" "11"
%pom_xpath_set "//pom:maven.compiler.source" "11"