Skip to content

Commit c24ba54

Browse files
apurtellApache9
andauthored
HBASE-27103 All MR UTs are broken because of ClassNotFound (#4514)
Signed-off-by: Sean Busbey <busbey@apache.org> Co-authored-by: Duo Zhang <zhangduo@apache.org>
1 parent 414cfb3 commit c24ba54

File tree

2 files changed

+14
-32
lines changed

2 files changed

+14
-32
lines changed

hbase-resource-bundle/src/main/resources/supplemental-models.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,20 @@ Copyright (c) 2011 FuseSource Corp. All rights reserved.
12781278
</licenses>
12791279
</project>
12801280
</supplement>
1281+
<supplement>
1282+
<project>
1283+
<groupId>org.openlabtesting.leveldbjni</groupId>
1284+
<artifactId>leveldbjni-all</artifactId>
1285+
1286+
<licenses>
1287+
<license>
1288+
<name>BSD 3-Clause License</name>
1289+
<url>http://www.opensource.org/licenses/BSD-3-Clause</url>
1290+
<distribution>repo</distribution>
1291+
</license>
1292+
</licenses>
1293+
</project>
1294+
</supplement>
12811295
<!-- Category B licenses that need text in LICENSE and a NOTICE -->
12821296
<supplement>
12831297
<project>

pom.xml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3456,14 +3456,6 @@
34563456
<groupId>org.slf4j</groupId>
34573457
<artifactId>slf4j-reload4j</artifactId>
34583458
</exclusion>
3459-
<exclusion>
3460-
<groupId>org.fusesource.leveldbjni</groupId>
3461-
<artifactId>leveldbjni-all</artifactId>
3462-
</exclusion>
3463-
<exclusion>
3464-
<groupId>org.openlabtesting.leveldbjni</groupId>
3465-
<artifactId>leveldbjni-all</artifactId>
3466-
</exclusion>
34673459
</exclusions>
34683460
</dependency>
34693461
<dependency>
@@ -3660,14 +3652,6 @@
36603652
<groupId>org.slf4j</groupId>
36613653
<artifactId>slf4j-reload4j</artifactId>
36623654
</exclusion>
3663-
<exclusion>
3664-
<groupId>org.fusesource.leveldbjni</groupId>
3665-
<artifactId>leveldbjni-all</artifactId>
3666-
</exclusion>
3667-
<exclusion>
3668-
<groupId>org.openlabtesting.leveldbjni</groupId>
3669-
<artifactId>leveldbjni-all</artifactId>
3670-
</exclusion>
36713655
</exclusions>
36723656
</dependency>
36733657
<dependency>
@@ -3698,14 +3682,6 @@
36983682
<groupId>org.slf4j</groupId>
36993683
<artifactId>slf4j-reload4j</artifactId>
37003684
</exclusion>
3701-
<exclusion>
3702-
<groupId>org.fusesource.leveldbjni</groupId>
3703-
<artifactId>leveldbjni-all</artifactId>
3704-
</exclusion>
3705-
<exclusion>
3706-
<groupId>org.openlabtesting.leveldbjni</groupId>
3707-
<artifactId>leveldbjni-all</artifactId>
3708-
</exclusion>
37093685
</exclusions>
37103686
</dependency>
37113687
<dependency>
@@ -3949,14 +3925,6 @@
39493925
<groupId>org.slf4j</groupId>
39503926
<artifactId>slf4j-reload4j</artifactId>
39513927
</exclusion>
3952-
<exclusion>
3953-
<groupId>org.fusesource.leveldbjni</groupId>
3954-
<artifactId>leveldbjni-all</artifactId>
3955-
</exclusion>
3956-
<exclusion>
3957-
<groupId>org.openlabtesting.leveldbjni</groupId>
3958-
<artifactId>leveldbjni-all</artifactId>
3959-
</exclusion>
39603928
</exclusions>
39613929
</dependency>
39623930
<dependency>

0 commit comments

Comments
 (0)