jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 872 forks source link

Remove sonatype snapshot repositories #955

Open bahrigencsoy opened 4 years ago

bahrigencsoy commented 4 years ago

Including MapDB dependency triggers sonatype repository scanning from time to time:

Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/collections/eclipse-collections-api/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/collections/eclipse-collections-api/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/collections/eclipse-collections-api/maven-metadata.xml (1.2 kB at 956 B/s)

And as far as I can tell, MapDB depends on both the snapshot and released versions of eclipse-collections.

AlexFalappa commented 4 years ago

I believe this is due to mapdb declaring some dependencies with a version range.

See #917 for details, it is basically the same cause.