我試着做一個mvn dependency:tree
,我得到一個依賴關係樹。如何將所有依賴關係升級到特定版本
我的問題是,我的項目取決於許多內部依賴於許多春天工件的模塊。有幾個版本衝突。我想升級所有春天相關的圖書館來說最新的(2.6.x或更高版本)。什麼是這樣做的首選方式?
我應該在我的pom.xml中聲明所有deps spring-context,spring-support(和其他10個工件)並將它們指向2.6.x?還有其他更好的方法嗎?
[INFO] +- com.xxxx:yyy-jar:jar:1.0-SNAPSHOT:compile
[INFO] | +- com.xxxx:zzz-commons:jar:1.0-SNAPSHOT:compile
[INFO] | | +- org.springframework:spring-dao:jar:2.0.7:compile
[INFO] | | +- org.springframework:spring-jdbc:jar:2.0.7:compile
[INFO] | | +- org.springframework:spring-web:jar:2.0.7:compile
[INFO] | | +- org.springframework:spring-support:jar:2.0.7:compile
[INFO] | | +- net.sf.ehcache:ehcache:jar:1.2:compile
[INFO] | | +- commons-collections:commons-collections:jar:3.2:compile
[INFO] | | +- aspectj:aspectjweaver:jar:1.5.3:compile
[INFO] | | +- betex-commons:betex-commons:jar:5.5.1-2:compile
[INFO] | | \- javax.servlet:servlet-api:jar:2.4:compile
[INFO] | +- org.springframework:spring-beans:jar:2.0.7:compile
[INFO] | +- org.springframework:spring-jmx:jar:2.0.7:compile
[INFO] | +- org.springframework:spring-remoting:jar:2.0.7:compile
[INFO] | +- org.apache.cxf:cxf-rt-core:jar:2.0.2-incubator:compile
[INFO] | | +- org.apache.cxf:cxf-api:jar:2.0.2-incubator:compile
[INFO] | | | +- org.apache.geronimo.specs:geronimo-activation_1.1_spec:jar:1.0-M1:compile
[INFO] | | | +- org.codehaus.woodstox:wstx-asl:jar:3.2.1:compile
[INFO] | | | +- org.apache.neethi:neethi:jar:2.0.2:compile
[INFO] | | | \- org.apache.cxf:cxf-common-schemas:jar:2.0.2-incubator:compile
UPDATE:我已刪除多餘的問題,關於「\ - 」所以我的問題是,現在什麼主題詢問:)
如果您有兩個單獨的問題,請分兩個單獨的帖子!這兩個問題似乎完全不相關(除了它們都是關於maven的事實之外)。 – 2010-04-07 09:04:43
廣告更新:通過簡單地刪除'\ -'部分,您可以有效地做出兩個現有答案。這不是最好的方式。你可能*應該*將現在剩下的部分移到新的questiton中,並在這裏留下原始問題。那麼,你生活和學習。 – 2010-04-07 09:12:31