|
|
@ -99,11 +99,31 @@ |
|
|
|
<artifactId>spring-webmvc</artifactId> |
|
|
|
<artifactId>spring-webmvc</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-context</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-web</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-jdbc</artifactId> |
|
|
|
<artifactId>spring-jdbc</artifactId> |
|
|
|
<version>${spring.version}</version> |
|
|
|
<version>${spring.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-tx</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
|
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-beans</artifactId> |
|
|
|
|
|
|
|
<version>${spring.version}</version> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
</dependencies> |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
|