rotty3000 commented on pull request #135: URL: https://github.com/apache/aries-jax-rs-whiteboard/pull/135#issuecomment-956820225
hey @wborn could you check to see if https://github.com/apache/aries-jax-rs-whiteboard/pull/138 gives the correct result? it should give this tree: ``` [INFO] org.apache.aries.jax.rs:org.apache.aries.jax.rs.whiteboard:jar:2.0.2-SNAPSHOT [INFO] +- org.apache.aries.component-dsl:org.apache.aries.component-dsl.component-dsl:jar:1.2.2:compile [INFO] | +- org.osgi:org.osgi.service.cm:jar:1.5.0:provided [INFO] | \- org.osgi:osgi.annotation:jar:8.0.0:provided [INFO] +- org.apache.cxf:cxf-rt-rs-client:jar:3.4.4:compile [INFO] | +- org.apache.cxf:cxf-rt-transports-http:jar:3.4.4:compile [INFO] | +- org.apache.cxf:cxf-core:jar:3.4.4:compile [INFO] | | +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.4:compile [INFO] | | | +- org.glassfish.jaxb:txw2:jar:2.3.4:compile [INFO] | | | \- com.sun.istack:istack-commons-runtime:jar:3.0.12:compile [INFO] | | +- com.fasterxml.woodstox:woodstox-core:jar:6.2.6:compile [INFO] | | | \- org.codehaus.woodstox:stax2-api:jar:4.2.1:compile [INFO] | | \- org.apache.ws.xmlschema:xmlschema-core:jar:2.2.5:compile [INFO] | \- org.apache.cxf:cxf-rt-frontend-jaxrs:jar:3.4.4:compile [INFO] | \- org.apache.cxf:cxf-rt-security:jar:3.4.4:compile [INFO] +- org.apache.cxf:cxf-rt-rs-sse:jar:3.4.4:compile [INFO] +- org.apache.felix:org.apache.felix.http.servlet-api:jar:1.1.2:compile [INFO] +- org.apache.geronimo.specs:geronimo-annotation_1.3_spec:jar:1.3:compile [INFO] +- org.osgi:org.osgi.namespace.implementation:jar:1.0.0:provided [INFO] +- org.osgi:org.osgi.service.http.whiteboard:jar:1.0.0:provided [INFO] +- org.osgi:org.osgi.util.promise:jar:1.1.1:compile [INFO] +- org.osgi:org.osgi.util.function:jar:1.1.0:compile [INFO] +- org.slf4j:slf4j-api:jar:1.7.30:compile [INFO] +- org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.1:test [INFO] +- junit:junit:jar:4.13.2:test [INFO] | \- org.hamcrest:hamcrest-core:jar:2.2:test [INFO] | \- org.hamcrest:hamcrest:jar:2.2:test [INFO] +- org.apache.geronimo.specs:geronimo-jaxrs_2.1_spec:jar:1.1:compile [INFO] +- biz.aQute.bnd:biz.aQute.bnd.annotation:jar:6.0.0:provided [INFO] | +- org.osgi:org.osgi.namespace.extender:jar:1.0.1:provided [INFO] | +- org.osgi:org.osgi.namespace.service:jar:1.0.0:provided [INFO] | +- org.osgi:org.osgi.resource:jar:1.0.1:provided [INFO] | \- org.osgi:org.osgi.service.serviceloader:jar:1.0.0:provided [INFO] +- org.osgi:org.osgi.service.jaxrs:jar:1.0.0:compile [INFO] \- org.osgi:osgi.core:jar:6.0.0:provided ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
