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
When trying to build the project, I have an error when Maven tries to import the dependencies used for unit tests : [ERROR] Failed to execute goal on project plugins: Could not resolve dependencies for project org.example:plugins:jar:1.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar -> [Help 1]
The text was updated successfully, but these errors were encountered:
The CDAP project is deprecated everywhere, I mean, it uses old nodejs versions, very old js libraries, and also many deprecated java libraries. I would say that your problems is because you are using java 11 (which is old), but CDAP may use java 8, because it is implementing still today, old and deprecated java 8 libraries.
When trying to build the project, I have an error when Maven tries to import the dependencies used for unit tests :
[ERROR] Failed to execute goal on project plugins: Could not resolve dependencies for project org.example:plugins:jar:1.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/lib/jvm/java-11-openjdk-amd64/../lib/tools.jar -> [Help 1]
The text was updated successfully, but these errors were encountered: