Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn compile issues #67

Open
rameshjes opened this issue Mar 5, 2024 · 1 comment
Open

mvn compile issues #67

rameshjes opened this issue Mar 5, 2024 · 1 comment

Comments

@rameshjes
Copy link

While running the mvn compile , I am getting the following error:

DockerUnifiedUIMAInterface on  main on 🐳 v20.10.7 took 3s 
➜ mvn clean compile exec:java -Dexec.mainClass="org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIComposer"   
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.texttechnologylab:DockerUnifiedUIMAInterface:jar:1.0
[WARNING] 'dependencies.dependency.version' for org.junit.jupiter:junit-jupiter:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 336, column 22
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.fasterxml.jackson.core:jackson-databind:jar -> duplicate declaration of version 2.15.2 @ line 382, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] ----------< org.texttechnologylab:DockerUnifiedUIMAInterface >----------
[INFO] Building DockerUnifiedUIMAInterface 1.0
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.github.texttechnologylab:UIMATypeSystem:jar:74a8489af5 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.182 s
[INFO] Finished at: 2024-03-05T22:39:18+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project DockerUnifiedUIMAInterface: Could not resolve dependencies for project org.texttechnologylab:DockerUnifiedUIMAInterface:jar:1.0: Failure to find com.github.texttechnologylab:UIMATypeSystem:jar:74a8489af5 in https://jitpack.io was cached in the local repository, resolution will not be reattempted until the update interval of jitpack.io has elapsed or updates are forced -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Could anyone help me with this?

Thank you in advance.

@abrami
Copy link
Member

abrami commented Jul 3, 2024

The problem should be solved with the last merge in the UIMA-3 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants