Hi,
I am quite stuck with this now, any suggestion is really appreciated.
I am trying to compile the PLC4X with this simple command: ./mvnw install.
Then, i got this error:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:3.1.2:analyze-only
(check-dependencies) on project plc4j-utils-raw-sockets: Dependency
problems found -> [Help 1]
And the reason is:
[INFO] --- maven-dependency-plugin:3.3.0:analyze-only (check-dependencies)
@ plc4j-utils-raw-sockets -
--
[WARNING] Unused declared dependencies found:
[WARNING] io.netty:netty-common:jar:4.1.82.Final:compile
I tried to add io.netty:netty-common to ignoredDependency then it passes
for this case but keep coming for other components with other libraries.
And there are quite many components there.
I tried with Docker build but the issue is the same.
Can you please help me out?
Thank you so much.
Regards,
Viet