1
0
mirror of synced 2026-08-04 17:27:13 +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
+6 -6
View File
@@ -50,19 +50,19 @@
<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-web</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.17.RELEASE</version>
<version>3.2.18.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -147,7 +147,7 @@
<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>
</dependencies>
@@ -160,14 +160,14 @@
<build>
<plugins>
<plugin>
<maven-compiler-plugin/>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<maven-war-plugin/>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>