File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
spring-data-commons-parent Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 59
59
<scope >test</scope >
60
60
</dependency >
61
61
62
- <dependency >
63
- <groupId >junit</groupId >
64
- <artifactId >junit-dep</artifactId >
65
- <version >4.10</version >
66
- </dependency >
67
62
<dependency >
68
63
<groupId >org.springframework</groupId >
69
64
<artifactId >spring-test</artifactId >
Original file line number Diff line number Diff line change 11
11
12
12
<properties >
13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
- <junit .version>4.8.1 </junit .version>
14
+ <junit .version>4.10 </junit .version>
15
15
<log4j .version>1.2.16</log4j .version>
16
16
<org .mockito.version>1.8.5</org .mockito.version>
17
17
<org .springframework.version.30>3.0.7.RELEASE</org .springframework.version.30>
100
100
101
101
<dependency >
102
102
<groupId >org.hamcrest</groupId >
103
- <artifactId >hamcrest-core </artifactId >
103
+ <artifactId >hamcrest-library </artifactId >
104
104
<version >${org.hamcrest.version} </version >
105
105
<scope >test</scope >
106
106
</dependency >
107
107
108
108
<dependency >
109
109
<groupId >org.hamcrest</groupId >
110
- <artifactId >hamcrest-library </artifactId >
110
+ <artifactId >hamcrest-core </artifactId >
111
111
<version >${org.hamcrest.version} </version >
112
112
<scope >test</scope >
113
113
</dependency >
114
114
115
+ <dependency >
116
+ <groupId >junit</groupId >
117
+ <artifactId >junit-dep</artifactId >
118
+ <version >${junit.version} </version >
119
+ <scope >test</scope >
120
+ </dependency >
121
+
115
122
</dependencies >
116
123
117
124
<build >
You can’t perform that action at this time.
0 commit comments