Skip to content

Commit 4acc73e

Browse files
committed
Upgraded to Spring 2.5.1
1 parent 557a395 commit 4acc73e

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
</dependency>
243243
<dependency>
244244
<groupId>org.springframework</groupId>
245-
<artifactId>spring-jpa</artifactId>
245+
<artifactId>spring-orm</artifactId>
246246
<version>${spring.version}</version>
247247
</dependency>
248248
<dependency>

samples/airline/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@
148148
</dependency>
149149
<dependency>
150150
<groupId>org.springframework</groupId>
151-
<artifactId>spring-jpa</artifactId>
151+
<artifactId>spring-orm</artifactId>
152152
<scope>runtime</scope>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.springframework</groupId>
156-
<artifactId>spring-dao</artifactId>
156+
<artifactId>spring-tx</artifactId>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.springframework</groupId>
@@ -174,8 +174,7 @@
174174
</dependency>
175175
<dependency>
176176
<groupId>org.springframework</groupId>
177-
<artifactId>spring-mock</artifactId>
178-
<scope>test</scope>
177+
<artifactId>spring-test</artifactId>
179178
</dependency>
180179
<!-- JEE dependencies -->
181180
<dependency>

samples/mtom/pom.xml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,5 @@
8888
<artifactId>stax-api</artifactId>
8989
<scope>runtime</scope>
9090
</dependency>
91-
<!-- Test dependencies -->
92-
<dependency>
93-
<groupId>org.springframework</groupId>
94-
<artifactId>spring-mock</artifactId>
95-
</dependency>
96-
<dependency>
97-
<groupId>easymock</groupId>
98-
<artifactId>easymock</artifactId>
99-
<version>1.2_Java1.3</version>
100-
<scope>test</scope>
101-
</dependency>
10291
</dependencies>
10392
</project>

samples/tutorial/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
</exclusions>
5959
</dependency>
6060
<!-- Test dependencies -->
61-
<dependency>
62-
<groupId>org.springframework</groupId>
63-
<artifactId>spring-mock</artifactId>
64-
</dependency>
6561
<dependency>
6662
<groupId>easymock</groupId>
6763
<artifactId>easymock</artifactId>

0 commit comments

Comments
 (0)