texttechnologylab / DockerUnifiedUIMAInterface

A UIMA-based tool for the scaled, uniform, distributed, platform-independent and easily reusable use of Natural Language Processing (NLP) methods using Docker.
https://texttechnologylab.github.io/DockerUnifiedUIMAInterface/
GNU Affero General Public License v3.0
11 stars 10 forks source link

mvn compile issues #67

Open rameshjes opened 8 months ago

rameshjes commented 8 months ago

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 commented 4 months ago

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