Skip to content

Commit 90de782

Browse files
authored
Merge pull request #53 from EMResearch/fix-jetty
fix dependency in EMB
2 parents b66c771 + 9060cce commit 90de782

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

jdk_8_maven/em/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,13 @@
6161
<groupId>com.alibaba</groupId>
6262
<artifactId>dns-cache-manipulator</artifactId>
6363
<version>1.7.1</version>
64+
<scope>test</scope>
6465
</dependency>
6566
<dependency>
6667
<groupId>com.github.tomakehurst</groupId>
67-
<artifactId>wiremock-jre8</artifactId>
68+
<artifactId>wiremock-jre8-standalone</artifactId>
6869
<version>2.32.0</version>
70+
<scope>test</scope>
6971
</dependency>
7072
</dependencies>
7173

0 commit comments

Comments
 (0)