|
|
|
|
@ -4,12 +4,12 @@
@@ -4,12 +4,12 @@
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-jms</artifactId> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-parent</artifactId> |
|
|
|
|
<relativePath>../org.springframework.spring-parent</relativePath> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
|
@ -64,37 +64,37 @@
@@ -64,37 +64,37 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-beans</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<scope>compile</scope> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-oxm</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
|
<version>3.0.0.M3</version> |
|
|
|
|
<version>3.0.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|