Skip to content

Commit b7d7be0

Browse files
apurtellApache9
andcommitted
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 7ead4b1 commit b7d7be0

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
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
@@ -2316,6 +2316,20 @@ Copyright (c) 2011 FuseSource Corp. All rights reserved.
23162316
</licenses>
23172317
</project>
23182318
</supplement>
2319+
<supplement>
2320+
<project>
2321+
<groupId>org.openlabtesting.leveldbjni</groupId>
2322+
<artifactId>leveldbjni-all</artifactId>
2323+
2324+
<licenses>
2325+
<license>
2326+
<name>BSD 3-Clause License</name>
2327+
<url>http://www.opensource.org/licenses/BSD-3-Clause</url>
2328+
<distribution>repo</distribution>
2329+
</license>
2330+
</licenses>
2331+
</project>
2332+
</supplement>
23192333
<!-- Category B licenses that need text in LICENSE and a NOTICE -->
23202334
<supplement>
23212335
<project>

pom.xml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,14 +3974,6 @@
39743974
<artifactId>netty-all</artifactId>
39753975
</exclusion>
39763976
-->
3977-
<exclusion>
3978-
<groupId>org.fusesource.leveldbjni</groupId>
3979-
<artifactId>leveldbjni-all</artifactId>
3980-
</exclusion>
3981-
<exclusion>
3982-
<groupId>org.openlabtesting.leveldbjni</groupId>
3983-
<artifactId>leveldbjni-all</artifactId>
3984-
</exclusion>
39853977
</exclusions>
39863978
</dependency>
39873979
<dependency>
@@ -4014,14 +4006,6 @@
40144006
<groupId>org.slf4j</groupId>
40154007
<artifactId>slf4j-reload4j</artifactId>
40164008
</exclusion>
4017-
<exclusion>
4018-
<groupId>org.fusesource.leveldbjni</groupId>
4019-
<artifactId>leveldbjni-all</artifactId>
4020-
</exclusion>
4021-
<exclusion>
4022-
<groupId>org.openlabtesting.leveldbjni</groupId>
4023-
<artifactId>leveldbjni-all</artifactId>
4024-
</exclusion>
40254009
</exclusions>
40264010
</dependency>
40274011
<dependency>
@@ -4284,14 +4268,6 @@
42844268
<groupId>org.slf4j</groupId>
42854269
<artifactId>slf4j-reload4j</artifactId>
42864270
</exclusion>
4287-
<exclusion>
4288-
<groupId>org.fusesource.leveldbjni</groupId>
4289-
<artifactId>leveldbjni-all</artifactId>
4290-
</exclusion>
4291-
<exclusion>
4292-
<groupId>org.openlabtesting.leveldbjni</groupId>
4293-
<artifactId>leveldbjni-all</artifactId>
4294-
</exclusion>
42954271
</exclusions>
42964272
</dependency>
42974273
<dependency>

0 commit comments

Comments
 (0)