Skip to content

Commit 1837653

Browse files
author
Zhen Li
committed
Second try to fix mvn dependency again
1 parent 85c67b5 commit 1837653

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

driver/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,13 @@
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
45-
<groupId>junit</groupId>
46-
<artifactId>junit</artifactId>
45+
<groupId>org.mockito</groupId>
46+
<artifactId>mockito-core</artifactId>
4747
<scope>test</scope>
48-
<exclusions>
49-
<exclusion>
50-
<groupId>org.hamcrest</groupId>
51-
<artifactId>hamcrest-core</artifactId>
52-
</exclusion>
53-
</exclusions>
5448
</dependency>
5549
<dependency>
56-
<groupId>org.mockito</groupId>
57-
<artifactId>mockito-all</artifactId>
50+
<groupId>junit</groupId>
51+
<artifactId>junit</artifactId>
5852
<scope>test</scope>
5953
</dependency>
6054
<dependency>

examples/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
6060
<scope>test</scope>
61-
<exclusions>
62-
<exclusion>
63-
<groupId>org.hamcrest</groupId>
64-
<artifactId>hamcrest-core</artifactId>
65-
</exclusion>
66-
</exclusions>
6761
</dependency>
6862
<dependency>
6963
<groupId>org.rauschig</groupId>

pom.xml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,15 @@
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
63-
<groupId>junit</groupId>
64-
<artifactId>junit</artifactId>
65-
<version>4.12</version>
63+
<groupId>org.mockito</groupId>
64+
<artifactId>mockito-core</artifactId>
65+
<version>1.10.19</version>
6666
<scope>test</scope>
67-
<exclusions>
68-
<exclusion>
69-
<groupId>org.hamcrest</groupId>
70-
<artifactId>hamcrest-core</artifactId>
71-
</exclusion>
72-
</exclusions>
7367
</dependency>
7468
<dependency>
75-
<groupId>org.mockito</groupId>
76-
<artifactId>mockito-all</artifactId>
77-
<version>1.10.19</version>
69+
<groupId>junit</groupId>
70+
<artifactId>junit</artifactId>
71+
<version>4.12</version>
7872
<scope>test</scope>
7973
</dependency>
8074
</dependencies>

0 commit comments

Comments
 (0)