BATCH-1938: Updated pom to reference Spring 3.2.0.RELEASE

This commit is contained in:
Michael Minella
2012-12-20 15:53:41 -06:00
parent a193e1051f
commit c38a096fe0
2 changed files with 5 additions and 3 deletions

View File

@@ -13,7 +13,7 @@
the project jar on the classpath and run the
CommandLineJobRunner directly or with "java -jar launch-context.xml job1".</description>
<properties>
<spring.framework.version>3.1.2.RELEASE</spring.framework.version>
<spring.framework.version>3.2.0.RELEASE</spring.framework.version>
<spring.batch.version>2.2.0.BUILD-SNAPSHOT</spring.batch.version>
<dependency.locations.enabled>false</dependency.locations.enabled>
<junit.version>4.10</junit.version>
@@ -154,7 +154,7 @@
</descriptorRefs>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>

View File

@@ -41,7 +41,9 @@
<artifactId>hsqldb</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId><artifactId>h2</artifactId><version>1.2.132</version>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.2.132</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>