1. 程式人生 > >maven eclipse:eclipse命令執行後,專案自動引入了spring-1.2.6 jar包,如何去掉

maven eclipse:eclipse命令執行後,專案自動引入了spring-1.2.6 jar包,如何去掉

<dependency>
	<groupId>org.codehaus.xfire</groupId>
	<artifactId>xfire-all</artifactId>
	<version>1.2.6</version>
	<exclusions>
		<exclusion>
			<groupId>org.springframework</groupId>
			<artifactId>spring</artifactId>
		</exclusion>
	</exclusions>
</dependency>

https://repo.maven.apache.org/maven2