Rev 440 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 440 | Rev 443 | ||
|---|---|---|---|
| Line 141... | Line 141... | ||
| 141 | <dependency>
|
141 | <dependency>
|
| 142 | <groupId>org.springframework</groupId> |
142 | <groupId>org.springframework</groupId> |
| 143 | <artifactId>spring-webmvc</artifactId> |
143 | <artifactId>spring-webmvc</artifactId> |
| 144 | <version>${spring.version}</version> |
144 | <version>${spring.version}</version> |
| 145 | </dependency>
|
145 | </dependency>
|
| - | 146 | <dependency>
|
|
| - | 147 | <groupId>org.springframework</groupId> |
|
| - | 148 | <artifactId>spring-web</artifactId> |
|
| - | 149 | <version>${spring.version}</version> |
|
| - | 150 | </dependency>
|
|
| 146 | <dependency>
|
151 | <dependency>
|
| 147 | <groupId>org.springframework</groupId> |
152 | <groupId>org.springframework</groupId> |
| 148 | <artifactId>spring-context</artifactId> |
153 | <artifactId>spring-context</artifactId> |
| 149 | <version>${spring.version}</version> |
154 | <version>${spring.version}</version> |
| 150 | </dependency>
|
155 | </dependency>
|