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/02/19 00:50:57 UTC

[hadoop] branch trunk updated: YARN-8374. Upgrade objenesis to 2.6 (#1798)

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 d6d7f8d  YARN-8374. Upgrade objenesis to 2.6 (#1798)
d6d7f8d is described below

commit d6d7f8d8c5b68d56f53515b2ad26b921a5eefabb
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Feb 19 09:50:37 2020 +0900

    YARN-8374. Upgrade objenesis to 2.6 (#1798)
---
 LICENSE-binary                                                   | 2 +-
 hadoop-project/pom.xml                                           | 2 +-
 .../hadoop-yarn-server-applicationhistoryservice/pom.xml         | 9 ---------
 3 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 6f175ff..8a838ac 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -346,7 +346,7 @@ org.eclipse.jetty.websocket:javax-websocket-client-impl:9.3.27.v20190418
 org.eclipse.jetty.websocket:javax-websocket-server-impl:9.3.27.v20190418
 org.ehcache:ehcache:3.3.1
 org.lz4:lz4-java:1.6.0
-org.objenesis:objenesis:1.0:compile
+org.objenesis:objenesis:2.6
 org.xerial.snappy:snappy-java:1.0.5
 org.yaml:snakeyaml:1.16:
 org.wildfly.openssl:wildfly-openssl:1.0.7.Final
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 00ce232..5add669 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -1148,7 +1148,7 @@
       <dependency>
         <groupId>org.objenesis</groupId>
         <artifactId>objenesis</artifactId>
-        <version>1.0</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>org.mock-server</groupId>
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
index 4ec9d3b..81b6823 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml
@@ -160,11 +160,6 @@
       <artifactId>leveldbjni-all</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>org.objenesis</groupId>
-      <artifactId>objenesis</artifactId>
-    </dependency>
-
     <!-- 'mvn dependency:analyze' fails to detect use of this dependency -->
     <dependency>
       <groupId>org.apache.hadoop</groupId>
@@ -194,10 +189,6 @@
           <groupId>org.javassist</groupId>
           <artifactId>javassist</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>org.objenesis</groupId>
-          <artifactId>objenesis</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>


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