|
|
|
@ -72,23 +72,45 @@ |
|
|
|
<!-- Spring dependencies --> |
|
|
|
<!-- Spring dependencies --> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>org.springframework.core</artifactId> |
|
|
|
<artifactId>spring-core</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
|
|
|
|
<artifactId>commons-logging</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>org.springframework.test</artifactId> |
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<scope>test</scope> |
|
|
|
<scope>test</scope> |
|
|
|
|
|
|
|
<exclusions> |
|
|
|
|
|
|
|
<exclusion> |
|
|
|
|
|
|
|
<groupId>commons-logging</groupId> |
|
|
|
|
|
|
|
<artifactId>commons-logging</artifactId> |
|
|
|
|
|
|
|
</exclusion> |
|
|
|
|
|
|
|
</exclusions> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-aop</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>org.springframework.context</artifactId> |
|
|
|
<artifactId>spring-aspects</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>org.springframework.transaction</artifactId> |
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
|