peterdemaeyer commented on pull request #8:
URL:
https://github.com/apache/santuario-xml-security-java/pull/8#issuecomment-703817548
"mvn clean install -DskipTests" fails on Apache CXF Karaf Features.
```
...
[INFO] Apache CXF STS test OSGi deployment ................ SUCCESS [ 0.472
s]
[INFO] Apache CXF Karaf Parent ............................ SUCCESS [ 0.030
s]
[INFO] Apache CXF Karaf Commands .......................... SUCCESS [ 0.391
s]
[INFO] Apache CXF WSN API ................................. SUCCESS [ 2.726
s]
[INFO] Apache CXF WSN Core ................................ SUCCESS [ 0.852
s]
[INFO] Apache CXF WSN OSGi ................................ SUCCESS [ 0.346
s]
[INFO] Apache CXF WS-Discovery API ........................ SUCCESS [ 2.317
s]
[INFO] Apache CXF WS-Discovery Service .................... SUCCESS [ 0.213
s]
[INFO] Apache CXF Karaf Features .......................... FAILURE [ 27.600
s]
[INFO] Apache CXF STS Integration Tests ................... SKIPPED
[INFO] Apache CXF Services ................................ SKIPPED
[INFO] Apache CXF STS service ............................. SKIPPED
[INFO] Apache CXF STS systests ............................ SKIPPED
[INFO] Apache CXF WSN service ............................. SKIPPED
[INFO] Apache CXF WS-Discovery ............................ SKIPPED
[INFO] Apache CXF XKMS Common ............................. SKIPPED
...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 03:58 min
[INFO] Finished at: 2020-10-05T20:35:09+02:00
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.karaf.tooling:karaf-maven-plugin:4.2.9:verify (verify) on project
apache-cxf: Verification failures: Verification failures:
[ERROR] Feature resolution failed for [cxf-ws-rm/3.4.1.SNAPSHOT]
[ERROR] Message: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=cxf-ws-rm; type=karaf.feature;
version=3.4.1.SNAPSHOT;
filter:="(&(osgi.identity=cxf-ws-rm)(type=karaf.feature)(version>=3.4.1.SNAPSHOT))"
[caused by: Unable to resolve cxf-ws-rm/3.4.1.SNAPSHOT: missing requirement
[cxf-ws-rm/3.4.1.SNAPSHOT] osgi.identity; osgi.identity=cxf-ws-security;
type=karaf.feature; version="[3.4.1.SNAPSHOT,3.4.1.SNAPSHOT]" [caused by:
Unable to resolve cxf-ws-security/3.4.1.SNAPSHOT: missing requirement
[cxf-ws-security/3.4.1.SNAPSHOT] osgi.identity;
osgi.identity=cxf-rt-security-saml; type=karaf.feature;
version="[3.4.1.SNAPSHOT,3.4.1.SNAPSHOT]" [caused by: Unable to resolve
cxf-rt-security-saml/3.4.1.SNAPSHOT: missing requirement
[cxf-rt-security-saml/3.4.1.SNAPSHOT] osgi.identity;
osgi.identity=org.apache.cxf.cxf-rt-security-saml; type=osgi.bundle;
version="[3.4.1.SNAPSHOT,3.4.1.SNAPSHOT]"; resolution:=mandatory [caused by:
Unable to resolve org.apache.cxf.c
xf-rt-security-saml/3.4.1.SNAPSHOT: missing requirement
[org.apache.cxf.cxf-rt-security-saml/3.4.1.SNAPSHOT] osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.apache.wss4j.common.principal)(version>=2.4.0)(!(version>=3.0.0)))"
[caused by: Unable to resolve
org.apache.wss4j.wss4j-ws-security-common/2.4.0.SNAPSHOT: missing requirement
[org.apache.wss4j.wss4j-ws-security-common/2.4.0.SNAPSHOT] osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.apache.jcp.xml.dsig.internal.dom)(version>=2.3.0)(!(version>=3.0.0)))"]]]]]
[ERROR] Repositories: {
[ERROR]
file:/home/peter/IdeaProjects/cxf/osgi/karaf/features/target/classes/features.xml
[ERROR] mvn:org.apache.karaf.features/framework/4.2.9/xml/features
[ERROR] mvn:org.apache.karaf.features/spring/4.2.9/xml/features
[ERROR] mvn:org.apache.karaf.features/standard/4.2.9/xml/features
[ERROR] mvn:org.ops4j.pax.cdi/pax-cdi-features/1.0.0/xml/features
[ERROR] mvn:org.ops4j.pax.web/pax-web-features/7.2.16/xml/features
[ERROR] }
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]