<properties>
<spring.version>
4.2.4.RELEASE
</spring.version>
</properties>
<!-- 版本鎖定 -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<!-- 配置了很多插件 -->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<path>/f</path>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<version>4.9</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.3.24</version>
</dependency>
<!-- spring-bean用的是3.0.5版本 -->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-spring-plugin</artifactId>
<version>2.3.24</version>
<!-- 排除沖突版本的jar包 -->
<!-- <exclusions> <exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion> </exclusions> -->
</dependency>
<!-- spring-bean用的是4.2.4版本 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<!-- 為了解決這個沖突,自行添加spring-beans 4.2.4的約束 -->
<!-- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>4.2.4.RELEASE</version>
</dependency> -->
</dependencies>
06Maven版本沖突解決方案實例
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
- 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來挣输,“玉大人纬凤,你說我怎么就攤上這事×媒溃” “怎么了停士?”我有些...
- 文/不壞的土叔 我叫張陵,是天一觀的道長完丽。 經(jīng)常有香客問我恋技,道長,這世上最難降的妖魔是什么舰涌? 我笑而不...
- 正文 為了忘掉前任猖任,我火速辦了婚禮,結(jié)果婚禮上瓷耙,老公的妹妹穿的比我還像新娘朱躺。我一直安慰自己,他們只是感情好搁痛,可當我...
- 文/花漫 我一把揭開白布长搀。 她就那樣靜靜地躺著,像睡著了一般鸡典。 火紅的嫁衣襯著肌膚如雪源请。 梳的紋絲不亂的頭發(fā)上,一...
- 文/蒼蘭香墨 我猛地睜開眼决瞳,長吁一口氣:“原來是場噩夢啊……” “哼货徙!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起皮胡,我...
- 正文 年R本政府宣布蒿柳,位于F島的核電站饶套,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏垒探。R本人自食惡果不足惜妓蛮,卻給世界環(huán)境...
- 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望圾叼。 院中可真熱鬧蛤克,春花似錦、人聲如沸夷蚊。這莊子的主人今日做“春日...
- 文/蒼蘭香墨 我抬頭看了看天上的太陽惕鼓。三九已至筋现,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間箱歧,已是汗流浹背矾飞。 一陣腳步聲響...
推薦閱讀更多精彩內(nèi)容
- 將插件注釋 將使用 apt 標記的com.google.dagger:dagger-compiler:2.x改用 ...
- ... ... 大神總結(jié):拿來學習http://blog.csdn.net/jdsjlzx/article/det...
- SwipeRefreshLayout和RecyclerView一起使用的時候姻氨,有時出現(xiàn)RecyclerView沒有...
- 筒子們隨著學術(shù)壓力的增長钓辆,論文壓力的增大,都逐漸需要寫論文肴焊,在寫論文之前大多需要先閱讀大量的論文文獻前联。筒子們一般看...