浏览代码

SEC-281: Go back to spring 1.2.7 to prevent backwards compatibility issues

Carlos Sanchez 19 年之前
父节点
当前提交
4e612922ac
共有 3 个文件被更改,包括 6 次插入6 次删除
  1. 1 1
      core-tiger/pom.xml
  2. 3 3
      core/pom.xml
  3. 2 2
      project.xml

+ 1 - 1
core-tiger/pom.xml

@@ -19,7 +19,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>1.2.6</version>
+      <version>1.2.7</version>
     </dependency>
   </dependencies>
   <build>

+ 3 - 3
core/pom.xml

@@ -14,17 +14,17 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-remoting</artifactId>
-      <version>2.0-m2</version>
+      <version>1.2.7</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>2.0-m2</version>
+      <version>1.2.7</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-support</artifactId>
-      <version>2.0-m2</version>
+      <version>1.2.7</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

+ 2 - 2
project.xml

@@ -278,7 +278,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
-      <version>2.0-m2</version>
+      <version>1.2.7</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -288,7 +288,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-mock</artifactId>
-      <version>2.0-m2</version>
+      <version>1.2.7</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>