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 2471ba8b5c
commit 497c7a1680
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 0 additions and 10 deletions

View File

@ -141,16 +141,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>