Hi, I have a Web project. I declare ehcache-1.2.3.jar as dependency. But ehcache-1.1.jar is transitive dependency of one of my directly dependency(acegi-security-1.0.2.jar). Then I run "mvn clean package", the two jar files are all in WEB-INF/lib. How to resolve the problem?
More strangely, I changed the POM of artifact acegi-security-1.0.2.jar, and made it to use ehcache-1.2.3.jar, But ehcache-1.1.jar still was in WEB-INF/lib. May ehcache-1.1.jar is other (direct or indirect) dependencies' transitive denpendency, but I can't find all. How to resolve the problem? Thanks in advance. a cup of Java, cheers! Sha Jiang -- View this message in context: http://www.nabble.com/adds-same-artifacts%28different-version%29--tf2729513s177.html#a7613187 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
