You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 -->
I am using Maven v3.9.6 and java version 11.0.21 2023-10-17 LTS
Could you please help me with this?
The text was updated successfully, but these errors were encountered: