IHTSDO / classification-service

Standalone Classification Service providing OWL Reasoning against SNOMED CT RF2 files.
Other
13 stars 1 forks source link

Unable to build using maven #2

Closed Eneuman closed 3 years ago

Eneuman commented 3 years ago

Hi

I'm trying to build the service using maven but it seems like it cannot find the dependencies:

Could not resolve dependencies for project org.snomed.otf:classification-service:jar:4.3.0: The following artifacts could not be resolved: org.ihtsdo.otf.common:otf-common:jar:2.2.0, org.ihtsdo.otf.common:resource-manager:jar:2.2.0: Could not find artifact org.ihtsdo.otf.common:otf-common:jar:2.2.0 in ihtsdo-releases (https://nexus3.ihtsdotools.org/repository/maven-releases/) -> [Help 1]

kaicode commented 3 years ago

Thanks for highlighting this @Eneuman, I'll check what's going on.

kaicode commented 3 years ago

This project now builds from an empty local maven repo:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:03 min
[INFO] Finished at: 2021-01-06T10:31:37Z
[INFO] ------------------------------------------------------------------------

You may need to use the -U flag to force maven to fetch the dependencies again: mvn clean install -U Sorry about that, we are still suffering from moving our maven repos and having cached dependencies.

Eneuman commented 3 years ago

Thank you! Works great now :)