Dependency not resolved while building the code
Hi All,
I'm currently using AEM 6.5.18 version and java 8 and having the issue while building the code which is below

I have the required dependency for this even thought it is getting failed below i added the dependency which i have in my core pom file
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<executions>
<execution>
<id>bnd-process</id>
<goals>
<goal>bnd-process</goal>
</goals>
<configuration>
<bnd><![CDATA[
Import-Package: javax.annotation;version=0.0.0,!org.osgi.framework,*
-includeresource: jsoup*.jar;lib:=true
]]></bnd>
</configuration>
</execution>
</executions>
</plugin>I tried and searched with many ways but not able to resolve this error, so if anyone knows how to resolve this error please help me out.
Regards,
Nandheswara S M