Skip to content

Commit 6cc442f

Browse files
code review for language translation test
1 parent f300a34 commit 6cc442f

File tree

2 files changed

+310
-379
lines changed

2 files changed

+310
-379
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@
2828
<version>2.3.1</version>
2929
<scope>compile</scope>
3030
</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>
3731
<dependency>
3832
<groupId>org.apache.httpcomponents</groupId>
3933
<artifactId>httpclient</artifactId>
@@ -51,6 +45,7 @@
5145
<groupId>org.mock-server</groupId>
5246
<artifactId>mockserver-netty</artifactId>
5347
<version>3.9.17</version>
48+
<scope>test</scope>
5449
</dependency>
5550
</dependencies>
5651
<developers>

0 commit comments

Comments
 (0)