You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/04/24 00:32:41 UTC

[hadoop] branch trunk updated: YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939)

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9827ff2  YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939)
9827ff2 is described below

commit 9827ff2961e249e8be9023f39d91e1c0fbd23d61
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Fri Apr 24 09:32:25 2020 +0900

    YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939)
---
 .../hadoop-yarn-server/hadoop-yarn-server-common/pom.xml       | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml
index dba51e5..e27d831 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org