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

apurtell pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new c24ba54147a HBASE-27103 All MR UTs are broken because of ClassNotFound 
(#4514)
c24ba54147a is described below

commit c24ba54147abaedc20420646a01ba9a7ac5a5616
Author: Andrew Purtell <[email protected]>
AuthorDate: Thu Jun 9 10:00:10 2022 -0700

    HBASE-27103 All MR UTs are broken because of ClassNotFound (#4514)
    
    Signed-off-by: Sean Busbey <[email protected]>
    Co-authored-by: Duo Zhang <[email protected]>
---
 .../src/main/resources/supplemental-models.xml     | 14 ++++++++++
 pom.xml                                            | 32 ----------------------
 2 files changed, 14 insertions(+), 32 deletions(-)

diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml 
b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index c02bc596002..6a9667c3cc5 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -1278,6 +1278,20 @@ Copyright (c) 2011 FuseSource Corp. All rights reserved.
       </licenses>
     </project>
   </supplement>
+  <supplement>
+    <project>
+      <groupId>org.openlabtesting.leveldbjni</groupId>
+      <artifactId>leveldbjni-all</artifactId>
+
+      <licenses>
+        <license>
+          <name>BSD 3-Clause License</name>
+          <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
+          <distribution>repo</distribution>
+        </license>
+      </licenses>
+    </project>
+  </supplement>
 <!-- Category B licenses that need text in LICENSE and a NOTICE -->
   <supplement>
     <project>
diff --git a/pom.xml b/pom.xml
index 74efc310925..fe9bfcd04b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3456,14 +3456,6 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>org.fusesource.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.openlabtesting.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3660,14 +3652,6 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>org.fusesource.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.openlabtesting.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3698,14 +3682,6 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>org.fusesource.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.openlabtesting.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -3949,14 +3925,6 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
-              <exclusion>
-                <groupId>org.fusesource.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
-              <exclusion>
-                <groupId>org.openlabtesting.leveldbjni</groupId>
-                <artifactId>leveldbjni-all</artifactId>
-              </exclusion>
             </exclusions>
           </dependency>
           <dependency>

Reply via email to