|
27 | 27 | </developers> |
28 | 28 |
|
29 | 29 | <properties> |
30 | | - <spring.version>3.1.3.RELEASE</spring.version> |
| 30 | + <spring.version>3.2.0.RELEASE</spring.version> |
31 | 31 | <jpa.version>2.0.0</jpa.version> |
32 | | - <junit.version>4.8</junit.version> |
| 32 | + <junit.version>4.11</junit.version> |
33 | 33 | <hibernate.version>4.1.4.Final</hibernate.version> |
34 | 34 | <slf4j.version>1.6.6</slf4j.version> |
35 | 35 | <aspectj.version>1.6.12</aspectj.version> |
|
69 | 69 | </build> |
70 | 70 |
|
71 | 71 | <dependencies> |
72 | | - |
| 72 | + |
73 | 73 | <dependency> |
74 | | - <groupId>org.springframework.data</groupId> |
75 | | - <artifactId>spring-data-jpa</artifactId> |
76 | | - <version>1.2.0.RELEASE</version> |
| 74 | + <groupId>org.springframework</groupId> |
| 75 | + <artifactId>spring-orm</artifactId> |
| 76 | + <version>${spring.version}</version> |
77 | 77 | </dependency> |
78 | 78 |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>org.springframework</groupId> |
81 | | - <artifactId>spring-orm</artifactId> |
| 81 | + <artifactId>spring-tx</artifactId> |
| 82 | + <version>${spring.version}</version> |
| 83 | + </dependency> |
| 84 | + |
| 85 | + <dependency> |
| 86 | + <groupId>org.springframework</groupId> |
| 87 | + <artifactId>spring-context</artifactId> |
82 | 88 | <version>${spring.version}</version> |
83 | 89 | </dependency> |
84 | 90 |
|
|
87 | 93 | <artifactId>spring-core</artifactId> |
88 | 94 | <version>${spring.version}</version> |
89 | 95 | </dependency> |
| 96 | + |
| 97 | + <dependency> |
| 98 | + <groupId>org.springframework.data</groupId> |
| 99 | + <artifactId>spring-data-jpa</artifactId> |
| 100 | + <version>1.2.0.RELEASE</version> |
| 101 | + </dependency> |
90 | 102 |
|
91 | 103 | <dependency> |
92 | 104 | <groupId>junit</groupId> |
|
0 commit comments