AEM/CQ - javax.xml.namespace can't resolve OSGI dependency
'm using AEM 6.2 and I'm currently implementing WebService. I included all dependency jars in OSGI bundle which I created externally and all dependency issue got resolved except one:
javax.xml.namespace,version=[1.0,2) -- Cannot be resolved
When I checked in the maven using depfinder tool, it showed me as below:
<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.fragment.ws</artifactId> <version>1.0.2</version> <scope>provided</scope> </dependency>However, in my other custom project, the javax.xml.namespace is showing resolved state.
I'm stuck in this situation and any pointers will be really appreciated.
Thanks, Jineet
