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 12bb112 commit 435c921Copy full SHA for 435c921
pom.xml
@@ -68,7 +68,6 @@
68
<version.joni>2.1.41</version.joni>
69
<version.logback>1.2.11</version.logback>
70
<version.junit>5.7.2</version.junit>
71
- <version.mockito>2.7.21</version.mockito>
72
<version.hamcrest>2.2</version.hamcrest>
73
<version.undertow>2.2.21.Final</version.undertow>
74
<version.itu>1.7.0</version.itu>
@@ -126,12 +125,6 @@
126
125
<version>${version.junit}</version>
127
<scope>test</scope>
128
</dependency>
129
- <dependency>
130
- <groupId>org.mockito</groupId>
131
- <artifactId>mockito-core</artifactId>
132
- <version>${version.mockito}</version>
133
- <scope>test</scope>
134
- </dependency>
135
<dependency>
136
<groupId>org.hamcrest</groupId>
137
<artifactId>hamcrest</artifactId>
0 commit comments