-
Notifications
You must be signed in to change notification settings - Fork 716
Closed
Description
Describe the bug
spring-cloud-commons:3.0.0 has a dependency on spring-hateoas:1.1.0.M1 which is not available in the maven central repo (or any other major repo i have access to. I can see a comment in the pom that its due to be removed, but in the meantime, would it be possible to get it changed to 1.1.0.RELEASE.
The problem i'm having, is that as part of our build process, we run a dependency:go-offline (we use an onsite nexus proxy, which our build servers have limited access to), and this fails as it tries to get this dependency, and i can't find a way to exclude it.
Sample
uhhh....
Create a pom with a dependency on commons:3.0.0
Run mvn dependency:go-offline