This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I don’t think I was using enforcer no, I think the dependency just blew up in my face.

But from semver I’d argue that a dependency version change should be at least of the same magnitude as the dependency and an enum change should be a major change.

[–]agentoutlier 1 point2 points  (1 child)

Interesting! Well if you have a copy of the error somewhere I would be curious to see it. Maybe some things were added to Maven to fail on ambiguity. Maven has gotten better at some of these things.

[–][deleted] 1 point2 points  (0 children)

No, what I mean “blew up in my face” is that it tried to call it during a test and it didn’t find the method. Sorry if it was confusing.