|
79 | 79 | <cs.servlet.version>2.4</cs.servlet.version> |
80 | 80 | <cs.jstl.version>1.2</cs.jstl.version> |
81 | 81 | <cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version> |
| 82 | + <org.springframework.version>3.0.5.RELEASE</org.springframework.version> |
82 | 83 | <skipTests>true</skipTests> |
83 | 84 |
|
84 | 85 | </properties> |
|
169 | 170 | <version>${cs.junit.version}</version> |
170 | 171 | <scope>test</scope> |
171 | 172 | </dependency> |
| 173 | + |
| 174 | + <dependency> |
| 175 | + <groupId>org.springframework</groupId> |
| 176 | + <artifactId>spring-core</artifactId> |
| 177 | + <version>${org.springframework.version}</version> |
| 178 | + </dependency> |
| 179 | + |
| 180 | + <dependency> |
| 181 | + <groupId>org.springframework</groupId> |
| 182 | + <artifactId>spring-expression</artifactId> |
| 183 | + <version>${org.springframework.version}</version> |
| 184 | + </dependency> |
| 185 | + |
| 186 | + <dependency> |
| 187 | + <groupId>org.springframework</groupId> |
| 188 | + <artifactId>spring-beans</artifactId> |
| 189 | + <version>${org.springframework.version}</version> |
| 190 | + </dependency> |
| 191 | + |
| 192 | + <dependency> |
| 193 | + <groupId>org.springframework</groupId> |
| 194 | + <artifactId>spring-aop</artifactId> |
| 195 | + <version>${org.springframework.version}</version> |
| 196 | + </dependency> |
| 197 | + |
| 198 | + <dependency> |
| 199 | + <groupId>org.springframework</groupId> |
| 200 | + <artifactId>spring-context</artifactId> |
| 201 | + <version>${org.springframework.version}</version> |
| 202 | + </dependency> |
| 203 | + |
| 204 | + <dependency> |
| 205 | + <groupId>org.springframework</groupId> |
| 206 | + <artifactId>spring-context-support</artifactId> |
| 207 | + <version>${org.springframework.version}</version> |
| 208 | + </dependency> |
| 209 | + |
| 210 | + <dependency> |
| 211 | + <groupId>org.springframework</groupId> |
| 212 | + <artifactId>spring-tx</artifactId> |
| 213 | + <version>${org.springframework.version}</version> |
| 214 | + </dependency> |
| 215 | + |
| 216 | + <dependency> |
| 217 | + <groupId>org.springframework</groupId> |
| 218 | + <artifactId>spring-jdbc</artifactId> |
| 219 | + <version>${org.springframework.version}</version> |
| 220 | + </dependency> |
| 221 | + |
| 222 | + <dependency> |
| 223 | + <groupId>org.springframework</groupId> |
| 224 | + <artifactId>spring-orm</artifactId> |
| 225 | + <version>${org.springframework.version}</version> |
| 226 | + </dependency> |
| 227 | + |
| 228 | + <dependency> |
| 229 | + <groupId>org.springframework</groupId> |
| 230 | + <artifactId>spring-oxm</artifactId> |
| 231 | + <version>${org.springframework.version}</version> |
| 232 | + </dependency> |
| 233 | + |
| 234 | + <dependency> |
| 235 | + <groupId>org.springframework</groupId> |
| 236 | + <artifactId>spring-web</artifactId> |
| 237 | + <version>${org.springframework.version}</version> |
| 238 | + </dependency> |
| 239 | + |
| 240 | + <dependency> |
| 241 | + <groupId>org.springframework</groupId> |
| 242 | + <artifactId>spring-webmvc</artifactId> |
| 243 | + <version>${org.springframework.version}</version> |
| 244 | + </dependency> |
| 245 | + |
| 246 | + <dependency> |
| 247 | + <groupId>org.springframework</groupId> |
| 248 | + <artifactId>spring-test</artifactId> |
| 249 | + <version>${org.springframework.version}</version> |
| 250 | + <scope>test</scope> |
| 251 | + </dependency> |
| 252 | + |
172 | 253 | </dependencies> |
173 | 254 |
|
174 | 255 | <build> |
|
0 commit comments