Skip to content

Commit 81255d4

Browse files
committed
fix for bug of hbase.sync.side plugin :java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more details.
1 parent 72c7873 commit 81255d4

File tree

1 file changed

+1
-1
lines changed
  • hbase/hbase-side/hbase-async-side

1 file changed

+1
-1
lines changed

hbase/hbase-side/hbase-async-side/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<configuration>
4444
<artifactSet>
4545
<excludes>
46-
46+
<exclude>org.slf4j:slf4j-log4j12</exclude>
4747
</excludes>
4848
</artifactSet>
4949
<filters>

0 commit comments

Comments
 (0)