File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 73
73
<artifactId >slf4j-api</artifactId >
74
74
</dependency >
75
75
76
- <dependency >
77
- <groupId >junit</groupId >
78
- <artifactId >junit</artifactId >
79
- <scope >test</scope >
80
- </dependency >
81
76
</dependencies >
82
77
</project >
Original file line number Diff line number Diff line change 161
161
<artifactId >junit</artifactId >
162
162
<scope >test</scope >
163
163
</dependency >
164
+ <dependency >
165
+ <groupId >org.hamcrest</groupId >
166
+ <artifactId >hamcrest-core</artifactId >
167
+ <version >1.3</version >
168
+ <scope >test</scope >
169
+ </dependency >
164
170
<dependency >
165
171
<groupId >org.apache.maven</groupId >
166
172
<artifactId >maven-compat</artifactId >
186
192
<artifactId >slf4j-simple</artifactId >
187
193
<scope >test</scope >
188
194
</dependency >
189
-
190
195
<dependency >
191
196
<groupId >org.eclipse.sisu</groupId >
192
197
<artifactId >org.eclipse.sisu.plexus</artifactId >
198
+ <scope >test</scope >
193
199
</dependency >
194
-
195
200
<dependency >
196
201
<groupId >org.eclipse.aether</groupId >
197
202
<artifactId >aether-util</artifactId >
Original file line number Diff line number Diff line change 96
96
</dependency >
97
97
98
98
<dependency >
99
- <groupId >junit</groupId >
100
- <artifactId >junit</artifactId >
99
+ <groupId >org.hamcrest</groupId >
100
+ <artifactId >hamcrest-core</artifactId >
101
+ <version >1.3</version >
101
102
<scope >test</scope >
102
103
</dependency >
103
104
<dependency >
You can’t perform that action at this time.
0 commit comments