Skip to content

Commit a375ff4

Browse files
committed
updated comments referring to log4j.
1 parent 1fe6b40 commit a375ff4

File tree

2 files changed

+2
-2
lines changed
  • hadoop-client-modules

2 files changed

+2
-2
lines changed

hadoop-client-modules/hadoop-client-check-invariants/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<exclude>org.slf4j:slf4j-api</exclude>
8585
<!-- Leave commons-logging unshaded so downstream users can configure logging. -->
8686
<exclude>commons-logging:commons-logging</exclude>
87-
<!-- Leave log4j unshaded so downstream users can configure logging. -->
87+
<!-- Leave reload4j unshaded so downstream users can configure logging. -->
8888
<exclude>ch.qos.reload4j:reload4j</exclude>
8989
<!-- Leave javax annotations we need exposed -->
9090
<exclude>com.google.code.findbugs:jsr305</exclude>

hadoop-client-modules/hadoop-client-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<exclude>org.slf4j:slf4j-api</exclude>
151151
<!-- Leave commons-logging unshaded so downstream users can configure logging. -->
152152
<exclude>commons-logging:commons-logging</exclude>
153-
<!-- Leave log4j unshaded so downstream users can configure logging. -->
153+
<!-- Leave reload4j unshaded so downstream users can configure logging. -->
154154
<exclude>ch.qos.reload4j:reload4j</exclude>
155155
<!-- Leave javax APIs that are stable -->
156156
<!-- the jdk ships part of the javax.annotation namespace, so if we want to relocate this we'll have to care it out by class :( -->

0 commit comments

Comments
 (0)