Description
reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core
Unable to find a resolution for this. Intelij Forcing me to add a requires statement to compile.
Any advice or direction is greatly appreciated as I would love to make use of this !
NFO] ------------------------< nivohub:devInspector >------------------------ [INFO] Building digitalArtifact-maven 1.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ devInspector --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ devInspector --- [WARNING] ************************************************************************************************************************************** [WARNING] * Required filename-based automodules detected: [guava-19.0.jar]. Please don't publish this project to a public artifact repository! * [INFO] Changes detected - recompiling the module! :source [INFO] Compiling 13 source files with javac [debug target 17 module-path] to target/classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] the unnamed module reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava.api reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava.core reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core [ERROR] module com.github.dockerjava reads package com.github.dockerjava.core from both com.github.dockerjava.core and com.github.dockerjava [ERROR] module guava reads package com.github.dockerjava.core from both com.github.dockerjava and com.github.dockerjava.core