simpligility / maven-repository-tools

Tools for interacting with Maven repositories
Eclipse Public License 1.0
141 stars 69 forks source link

Maven Resolver instead of Eclipse Aether #31

Closed mosabua closed 6 years ago

mosabua commented 7 years ago

Upgrade to Maven 3.5.0 and usage of Maven Resolver.

Currently this is blocked by an NPE that is caused by VersionRangeResolver being null. The cause of the null is fixed in Maven master. See https://github.com/apache/maven/commit/66fc74d6296ea0a33f8a9712dc5ed5eb3affd529#diff-3823d220488dec8b664a667b39df7a29L119

So I will need to wait for 3.5.1 in order to release this.