We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ecb9f commit 90263b1Copy full SHA for 90263b1
pom.xml
@@ -202,7 +202,6 @@
202
<groupId>junit</groupId>
203
<artifactId>junit</artifactId>
204
<version>${junit.version}</version>
205
- <scope>compile</scope>
206
</dependency>
207
208
<dependency>
@@ -263,6 +262,20 @@
263
262
<artifactId>jackson-core</artifactId>
264
<version>2.1.4</version>
265
+ <dependency>
266
+ <groupId>org.mockito</groupId>
267
+ <artifactId>mockito-core</artifactId>
268
+ <version>1.9.5</version>
269
+ <scope>test</scope>
270
+ <exclusions>
271
+ <exclusion>
272
+ <!-- Conflicts with the newer hamcrest version
273
+ pulled in by junit -->
274
+ <artifactId>hamcrest-core</artifactId>
275
+ <groupId>org.hamcrest</groupId>
276
+ </exclusion>
277
+ </exclusions>
278
+ </dependency>
279
</dependencies>
280
281
0 commit comments