File tree Expand file tree Collapse file tree 4 files changed +4
-20
lines changed
Expand file tree Collapse file tree 4 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments