|
10 | 10 | <properties>
|
11 | 11 | <!-- 主要依赖库的版本定义 -->
|
12 | 12 | <springside.version>4.2.3-GA</springside.version>
|
13 |
| - <spring.version>4.0.2.RELEASE</spring.version> |
14 |
| - <hibernate.version>4.3.1.Final</hibernate.version> |
15 |
| - <spring-data-jpa.version>1.4.4.RELEASE</spring-data-jpa.version> |
16 |
| - <tomcat-jdbc.version>7.0.52</tomcat-jdbc.version> |
| 13 | + <spring.version>4.0.5.RELEASE</spring.version> |
| 14 | + <hibernate.version>4.3.5.Final</hibernate.version> |
| 15 | + <spring-data-jpa.version>1.6.0.RELEASE</spring-data-jpa.version> |
| 16 | + <tomcat-jdbc.version>7.0.53</tomcat-jdbc.version> |
17 | 17 | <sitemesh.version>2.4.2</sitemesh.version>
|
18 |
| - <shiro.version>1.2.2</shiro.version> |
| 18 | + <shiro.version>1.2.3</shiro.version> |
19 | 19 | <hibernate-validator.version>5.0.3.Final</hibernate-validator.version>
|
20 |
| - <jackson.version>2.3.1</jackson.version> |
| 20 | + <jackson.version>2.4.0</jackson.version> |
21 | 21 | <aspectj.version>1.7.4</aspectj.version>
|
22 |
| - <slf4j.version>1.7.6</slf4j.version> |
23 |
| - <logback.version>1.1.1</logback.version> |
24 |
| - <commons-lang3.version>3.2.1</commons-lang3.version> |
25 |
| - <guava.version>16.0.1</guava.version> |
| 22 | + <slf4j.version>1.7.7</slf4j.version> |
| 23 | + <logback.version>1.1.2</logback.version> |
| 24 | + <commons-lang3.version>3.3.2</commons-lang3.version> |
| 25 | + <guava.version>17.0</guava.version> |
26 | 26 | <junit.version>4.11</junit.version>
|
27 |
| - <assertj.version>1.5.0</assertj.version> |
| 27 | + <assertj.version>1.6.1</assertj.version> |
28 | 28 | <mockito.version>1.9.5</mockito.version>
|
29 |
| - <selenium.version>2.40.0</selenium.version> |
30 |
| - <jetty.version>7.6.14.v20131031</jetty.version> |
31 |
| - <h2.version>1.3.175</h2.version> |
| 29 | + <selenium.version>2.42.2</selenium.version> |
| 30 | + <jetty.version>7.6.15.v20140411</jetty.version> |
| 31 | + <h2.version>1.3.176</h2.version> |
32 | 32 |
|
33 | 33 | <!-- Plugin的属性定义 -->
|
34 | 34 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
38 | 38 | <jdbc.driver.groupId>com.h2database</jdbc.driver.groupId>
|
39 | 39 | <jdbc.driver.artifactId>h2</jdbc.driver.artifactId>
|
40 | 40 | <jdbc.driver.version>${h2.version}</jdbc.driver.version>
|
41 |
| - <!-- |
42 |
| - <jdbc.driver.groupId>mysql</jdbc.driver.groupId> |
43 |
| - <jdbc.driver.artifactId>mysql-connector-java</jdbc.driver.artifactId> |
44 |
| - <jdbc.driver.version>5.1.22</jdbc.driver.version> |
| 41 | + <!-- |
| 42 | + <jdbc.driver.groupId>mysql</jdbc.driver.groupId> |
| 43 | + <jdbc.driver.artifactId>mysql-connector-java</jdbc.driver.artifactId> |
| 44 | + <jdbc.driver.version>5.1.22</jdbc.driver.version> |
45 | 45 | -->
|
46 | 46 | </properties>
|
47 | 47 |
|
48 | 48 | <prerequisites>
|
49 | 49 | <maven>3.0.0</maven>
|
50 | 50 | </prerequisites>
|
51 | 51 |
|
52 |
| - <!-- 设定插件仓库, 如有Nexus私服, 取消注释并指向正确的服务器地址. |
53 |
| - <pluginRepositories> |
54 |
| - <pluginRepository> |
55 |
| - <id>nexus</id> |
56 |
| - <name>Team Nexus Repository</name> |
57 |
| - <url>http://localhost:8081/nexus/content/groups/public</url> |
58 |
| - <snapshots> |
59 |
| - <enabled>false</enabled> |
60 |
| - </snapshots> |
61 |
| - </pluginRepository> |
62 |
| - </pluginRepositories> |
| 52 | + <!-- 设定插件仓库, 如有Nexus私服, 取消注释并指向正确的服务器地址. |
| 53 | + <pluginRepositories> |
| 54 | + <pluginRepository> |
| 55 | + <id>nexus</id> |
| 56 | + <name>Team Nexus Repository</name> |
| 57 | + <url>http://localhost:8081/nexus/content/groups/public</url> |
| 58 | + <snapshots> |
| 59 | + <enabled>false</enabled> |
| 60 | + </snapshots> |
| 61 | + </pluginRepository> |
| 62 | + </pluginRepositories> |
63 | 63 | -->
|
64 | 64 |
|
65 | 65 | <!-- 依赖项定义 -->
|
|
154 | 154 | <artifactId>shiro-ehcache</artifactId>
|
155 | 155 | <version>${shiro.version}</version>
|
156 | 156 | </dependency>
|
| 157 | + <dependency> |
| 158 | + <groupId>commons-codec</groupId> |
| 159 | + <artifactId>commons-codec</artifactId> |
| 160 | + <version>1.9</version> |
| 161 | + </dependency> |
157 | 162 | <!-- SECURITY end -->
|
158 | 163 |
|
159 | 164 | <!-- JSR303 BeanValidator -->
|
|
315 | 320 | </exclusions>
|
316 | 321 | </dependency>
|
317 | 322 |
|
318 |
| - <!-- h2 如果生产数据库不是H2,解开下面的注释 |
319 |
| - <dependency> |
320 |
| - <groupId>com.h2database</groupId> |
321 |
| - <artifactId>h2</artifactId> |
322 |
| - <version>${h2.version}</version> |
323 |
| - </dependency> |
| 323 | + <!-- h2 如果生产数据库不是H2,解开下面的注释 |
| 324 | + <dependency> |
| 325 | + <groupId>com.h2database</groupId> |
| 326 | + <artifactId>h2</artifactId> |
| 327 | + <version>${h2.version}</version> |
| 328 | + </dependency> |
324 | 329 | -->
|
325 | 330 |
|
326 | 331 | <!-- jetty -->
|
|
351 | 356 | <dependency>
|
352 | 357 | <groupId>net.sf.ehcache</groupId>
|
353 | 358 | <artifactId>ehcache-core</artifactId>
|
354 |
| - <version>2.6.8</version> |
| 359 | + <version>2.6.9</version> |
355 | 360 | </dependency>
|
356 | 361 | </dependencies>
|
357 | 362 | </dependencyManagement>
|
|
0 commit comments