Forum Discussion

christianjacob's avatar
christianjacob
New Contributor
2 years ago

SNAPSHOT jar referenced

Hi, I just upgraded from cucumber for java 7.5.0 to 7.10.1 . Unfortunately, my IntelliJ refuses to load that because of a reference to a SNAPSHOT version of a jar file.

I then issued a command mvn dependency:tree, and that responded with this error message:

 

Failed to collect dependencies at io.cucumber:cucumber-java:jar:7.10.1 -> io.cucumber:cucumber-core:jar:7.10.1 -> io.cucumber:html-formatter:jar:20.2.0 -> io.cucumber:messages:jar:19.1.4-SNAPSHOT

 

anybody an idea why the html-formatter.jar was built with a SNAPSHOT dependency? And how I can get out of that?

No RepliesBe the first to reply