Skip to content

Commit 435c921

Browse files
authored
Drop unused test dependency: Mockito (#648)
1 parent 12bb112 commit 435c921

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
<version.joni>2.1.41</version.joni>
6969
<version.logback>1.2.11</version.logback>
7070
<version.junit>5.7.2</version.junit>
71-
<version.mockito>2.7.21</version.mockito>
7271
<version.hamcrest>2.2</version.hamcrest>
7372
<version.undertow>2.2.21.Final</version.undertow>
7473
<version.itu>1.7.0</version.itu>
@@ -126,12 +125,6 @@
126125
<version>${version.junit}</version>
127126
<scope>test</scope>
128127
</dependency>
129-
<dependency>
130-
<groupId>org.mockito</groupId>
131-
<artifactId>mockito-core</artifactId>
132-
<version>${version.mockito}</version>
133-
<scope>test</scope>
134-
</dependency>
135128
<dependency>
136129
<groupId>org.hamcrest</groupId>
137130
<artifactId>hamcrest</artifactId>

0 commit comments

Comments
 (0)