-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Hello guys ,
I am trying to embed acs-aem-tools v1.0.2 in code base but maven build is failing with the following error -
[ERROR] The analyser found the following errors for author and publish : [ERROR] [api-regions-exportsimports] com.adobe.acs:acs-aem-tools-bundle-livereload:1.0.2: Bundle acs-aem-tools-bundle-livereload:1.0.2 is importing package(s) [io.netty.channel.socket.nio, io.netty.channel.socket, io.netty.channel, io.netty.handler.codec, io.netty.bootstrap, io.netty.channel.group, io.netty.buffer, io.netty.handler.codec.http.websocketx, io.netty.util, io.netty.channel.nio, io.netty.util.concurrent, io.netty.handler.codec.http] in start level 20 but no bundle is exporting these for that start level. (com.lnrnewco:lnr-newco.all:2024.06.12|adobe/consulting:acs-aem-tools-content:1.0.2)
Dependency added --
-
in all package POM -->
<embedded> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-tools-content</artifactId> <type>zip</type> <target>/apps/xyz-packages/content/install</target> </embedded> <dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-tools-content</artifactId> <version>1.0.2</version> <type>zip</type> </dependency>
I am using Maven v3.9.6 and java version 11.0.21 2023-10-17 LTS
Could you please help me with this?