1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fix pom.xml

This commit is contained in:
Rob Winch
2016-12-22 13:08:32 -06:00
parent 5413251132
commit 53ccda1549
42 changed files with 245 additions and 245 deletions
+7 -7
View File
@@ -52,25 +52,25 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -137,13 +137,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -156,7 +156,7 @@
<build>
<plugins>
<plugin>
<maven-compiler-plugin/>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
+6 -6
View File
@@ -34,13 +34,13 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -171,19 +171,19 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -203,7 +203,7 @@
<build>
<plugins>
<plugin>
<maven-compiler-plugin/>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>