Created attachment 1064377 [details] jettison.jar Take from https://kojipkgs.fedoraproject.org//packages/jettison/1.3.7/1.fc24/noarch/jettison-1.3.7-1.fc24.noarch.rpm
Seem maven-bundle-plugin have a bad configration, because generate an empty artifact. Please, change with: %pom_remove_plugin :maven-bundle-plugin %pom_add_plugin org.apache.felix:maven-bundle-plugin:2.5.4 . ' <extensions>true</extensions> <configuration> <instructions> <Bundle-Name>${project.artifactId}</Bundle-Name> <Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName> <Export-Package>org.codehaus.jettison*;version=${project.version}</Export-Package> <Import-Package>*</Import-Package> <Implementation-Title>${project.name}</Implementation-Title> <Implementation-Version>${project.version}</Implementation-Version> </instructions> </configuration>'
jettison-1.3.7-2 should now be available in rawhide