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

This commit is contained in:
Akira Ajisaka 2020-04-24 09:32:25 +09:00 committed by GitHub
parent 459eb2ad6d
commit 9827ff2961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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