|
@@ -126,6 +126,20 @@
|
|
|
<scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
|
+ <version>3.2.3.RELEASE</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ <optional>true</optional>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
+ <artifactId>spring-tx</artifactId>
|
|
|
+ <version>3.2.3.RELEASE</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ <optional>true</optional>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-web</artifactId>
|
|
@@ -326,12 +340,6 @@
|
|
|
<version>3.2.3.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
- <version>3.2.3.RELEASE</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-orm</artifactId>
|
|
@@ -344,11 +352,5 @@
|
|
|
<version>3.2.3.RELEASE</version>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
- <version>3.2.3.RELEASE</version>
|
|
|
- <scope>test</scope>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|