Hi,
a question, which dependencies I should use to be able to use OSGi R7 JAX RS in AEM? I would like to try out this example https://enroute.osgi.org/examples/020-examples-microservice.html
I tried with
org.osgi:osgi.core 7.0.0
org.osgi:osgi.cmpn 7.0.0
org.osgi:osgi.annotation 7.0.0
org.osgi:org.osgi.service.component.annotations 1.4.0
org.osg:org.osgi.service.metatype.annotations 1.4.0
org.osgi.service.component:1.4.0
javax.ws.rs: javax.ws.rs-api 2.1.1
also this combination
org.osgi.enroute:osgi-api 7.0.0
org.osgi.enroute:enterprise-api 7.0.0
javax.ws.rs: javax.ws.rs-api 2.1.1
Is it javax.ws.rs code wrapped in some of OSGi dependency or should be added as a separated dependency? When I add it as separated dep. then can't be resolved
Hi,
a question, which dependencies I should use to be able to use OSGi R7 JAX RS in AEM? I would like to try out this example https://enroute.osgi.org/examples/020-examples-microservice.html
I tried with
org.osgi:osgi.core 7.0.0
org.osgi:osgi.cmpn 7.0.0
org.osgi:osgi.annotation 7.0.0
org.osgi:org.osgi.service.component.annotations 1.4.0
org.osg:org.osgi.service.metatype.annotations 1.4.0
org.osgi.service.component:1.4.0
javax.ws.rs: javax.ws.rs-api 2.1.1
also this combination
org.osgi.enroute:osgi-api 7.0.0
org.osgi.enroute:enterprise-api 7.0.0
javax.ws.rs: javax.ws.rs-api 2.1.1
Is it javax.ws.rs code wrapped in some of OSGi dependency or should be added as a separated dependency? When I add it as separated dep. then can't be resolved