Adapted pom for 2.5

This commit is contained in:
Arjen Poutsma
2007-11-11 01:17:23 +00:00
parent 603119a91e
commit 869663a370

View File

@@ -39,6 +39,11 @@
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-remoting</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
</profile>
<profile>
@@ -68,11 +73,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-remoting</artifactId>
<optional>true</optional>
</dependency>
<!-- Java EE dependencies -->
<dependency>
<groupId>javax.xml.soap</groupId>