This is an automated email from the ASF dual-hosted git repository. aajisaka pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push: new 497c7a1 YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939) 497c7a1 is described below commit 497c7a168012f521219a304f04ecaae429ff62db Author: Akira Ajisaka <aajis...@apache.org> AuthorDate: Fri Apr 24 09:32:25 2020 +0900 YARN-10223. Remove jersey-test-framework-core dependency from yarn-server-common. (#1939) (cherry picked from commit 9827ff2961e249e8be9023f39d91e1c0fbd23d61) --- .../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 51cbb8b..a3315c5 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 @@ -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> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org