I have a project called A in Maven that has 2 dependencies: B & C.  B also
depends on C.  The problem I have is that A requires C version 2, and B
requires C version 1.  Can Maven resolve this problem? If I just set the
pom.xml file for B to depend on C version 1 and the pom.xml file for A to
depend on C version 2, will that solve my issue? Or do I have to somehow
force both project A & B to use the same version of C?

--
View this message in context: 
http://maven.40175.n5.nabble.com/Different-Dependency-Versions-in-Different-Dependencies-tp4442689p4442689.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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

Reply via email to