SWF-1234 Integration with Spring 3 type conversion
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
<version>1.8.0.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.el</groupId>
|
||||
<artifactId>com.springsource.org.jboss.el</artifactId>
|
||||
<version>2.0.0.GA</version>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
@@ -77,6 +77,11 @@
|
||||
<artifactId>org.springframework.core</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>org.springframework.expression</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>org.springframework.jdbc</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user