Greetings,

I have set maven enforcer plugin with dependency convergence. Usually I solve these errors with exclusion entries.

With recent upgrade to selenium 3.0.1 I am getting dependency convergence error that I am not sure how to resolve. It's selenium-java that has two conflicting dependencies. If I add exclusion entry, I'll have most probably will have to add the required dependencies myself and might break future upgrades and/or increase maintenance work.


Dependency convergence error for org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721 paths to dependency are:
+-mygroupId:artifact:4.0-SNAPSHOT
  +-org.seleniumhq.selenium:selenium-java:3.0.1
    +-net.sourceforge.htmlunit:htmlunit:2.23
+-org.eclipse.jetty.websocket:websocket-client:9.2.18.v20160721
and
+-mygroupId:artifact:4.0-SNAPSHOT
  +-org.seleniumhq.selenium:selenium-java:3.0.1
+-org.eclipse.jetty.websocket:websocket-client:9.2.15.v20160210

Regards,

Niranjan


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to