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 f300a34 commit 6cc442fCopy full SHA for 6cc442f
pom.xml
@@ -28,12 +28,6 @@
28
<version>2.3.1</version>
29
<scope>compile</scope>
30
</dependency>
31
- <dependency>
32
- <groupId>org.mockito</groupId>
33
- <artifactId>mockito-core</artifactId>
34
- <version>1.10.19</version>
35
- <scope>test</scope>
36
- </dependency>
37
<dependency>
38
<groupId>org.apache.httpcomponents</groupId>
39
<artifactId>httpclient</artifactId>
@@ -51,6 +45,7 @@
51
45
<groupId>org.mock-server</groupId>
52
46
<artifactId>mockserver-netty</artifactId>
53
47
<version>3.9.17</version>
48
+ <scope>test</scope>
54
49
55
50
</dependencies>
56
<developers>
0 commit comments