OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
126 stars 156 forks source link

SkeletonCohortCharacterization still using http:// for dependencies #2338

Open anthonysena opened 5 months ago

anthonysena commented 5 months ago

WebAPI currently references SkeletonCohortCharacterization v1.2.1:

https://github.com/OHDSI/WebAPI/blob/3f9e90c5a62dac4557f34f85b2d0ce70d58b439d/pom.xml#L1158-L1161

SkeletonCohortCharacterization v1.2.1 has http:// references to the OHDSI nexus repo (see here).

This then causes some warnings when compiling the .war file:

Downloaded from ohdsi: https://repo.ohdsi.org/nexus/content/groups/public/org/ohdsi/standardized-analysis-specs/1.2.1-SNAPSHOT/maven-metadata.xml (786 B at 6.9 kB/s)
[WARNING] Could not transfer metadata org.ohdsi:standardized-analysis-specs:1.2.1-SNAPSHOT/maven-metadata.xml from/to ohdsi.snapshots (http://repo.ohdsi.org:8085/nexus/content/repositories/snapshots): Read timed out
[WARNING] org.ohdsi:standardized-analysis-specs:1.2.1-SNAPSHOT/maven-metadata.xml failed to transfer from http://repo.ohdsi.org:8085/nexus/content/repositories/snapshots during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of ohdsi.snapshots has elapsed or updates are forced. Original error: Could not transfer metadata org.ohdsi:standardized-analysis-specs:1.2.1-SNAPSHOT/maven-metadata.xml from/to ohdsi.snapshots (http://repo.ohdsi.org:8085/nexus/content/repositories/snapshots): Read timed out

Perhaps we can do a patch release of SkeletonCohortCharacterization to fix this particular warning when compiling WebAPI?