dCache / nfs4j

Pure Java NFSv3 and NFSv4.2 implementation
Other
240 stars 76 forks source link

Missing artifact com.sleepycat:je:jar:7.3.7 #98

Closed dkocher closed 3 years ago

dkocher commented 3 years ago

There must have been a change in the dCache.ORG Repository for Maven as the dependency com.sleepycat:je:jar:7.3.7 is no longer found.

mellifera:nfs4j dkocher$ mvn clean dependency:tree -pl core
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------------< org.dcache:nfs4j-core >------------------------
[INFO] Building nfs4j-core 0.23.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.414 s
[INFO] Finished at: 2021-01-29T16:01:17+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project nfs4j-core: Could not resolve dependencies for project org.dcache:nfs4j-core:jar:0.23.0-SNAPSHOT: Failure to find com.sleepycat:je:jar:7.3.7 in http://download.dcache.org/nexus/content/groups/public/ was cached in the local repository, resolution will not be reattempted until the update interval of maven2-repository.dcache.org 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
kofemann commented 3 years ago

This is triggered by dropping http->https redirection on out nexus repo. However, it's weird that it hits je as this should come from maven central.

AliveDevil commented 3 years ago

Maven Central does not provideje with version 7.3.7. There is only 18.3.x, 18.1.x, 5.0.x, 4.0.x listed.

kofemann commented 3 years ago

Right, now I recall. Oracle forces it's own repo and we have decided to host artifacts locally to be independent from their servers.