|
@@ -61,12 +61,6 @@
|
|
|
<version>3.2.0.CI-SNAPSHOT</version>
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-aop</artifactId>
|
|
|
- <version>3.2.3.RELEASE</version>
|
|
|
- <scope>compile</scope>
|
|
|
- </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
<artifactId>spring-beans</artifactId>
|
|
@@ -98,28 +92,24 @@
|
|
|
<scope>compile</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-jdbc</artifactId>
|
|
|
- <version>3.2.3.RELEASE</version>
|
|
|
+ <groupId>commons-logging</groupId>
|
|
|
+ <artifactId>commons-logging</artifactId>
|
|
|
+ <version>1.1.1</version>
|
|
|
<scope>compile</scope>
|
|
|
+ <optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-tx</artifactId>
|
|
|
+ <artifactId>spring-jdbc</artifactId>
|
|
|
<version>3.2.3.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
+ <optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
|
- <artifactId>spring-web</artifactId>
|
|
|
+ <artifactId>spring-tx</artifactId>
|
|
|
<version>3.2.3.RELEASE</version>
|
|
|
<scope>compile</scope>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>commons-logging</groupId>
|
|
|
- <artifactId>commons-logging</artifactId>
|
|
|
- <version>1.1.1</version>
|
|
|
- <scope>compile</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|