YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939)

(cherry picked from commit 9827ff2961)
This commit is contained in:
Akira Ajisaka 2020-04-24 09:32:25 +09:00
parent 48f1c8ffb6
commit 7b036c512f
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 0 additions and 10 deletions

View File

@ -140,16 +140,6 @@
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
</dependency>
<dependency>
<groupId>com.sun.jersey.jersey-test-framework</groupId>
<artifactId>jersey-test-framework-core</artifactId>
<version>1.19</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>