Skip to content

Commit 2bb70f0

Browse files
adoroszlaisteveloughran
authored andcommitted
CDPD-66525. Upgrade logredactor to 2.0.16
Change-Id: Id9d84f2a056869aea693ba5d3fd393fcbfa4c313
1 parent 4bd3fd2 commit 2bb70f0

File tree

1 file changed

+1
-11
lines changed
  • hadoop-common-project/hadoop-common

1 file changed

+1
-11
lines changed

hadoop-common-project/hadoop-common/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<is.hadoop.common.component>true</is.hadoop.common.component>
3636
<wsce.config.dir>../etc/hadoop</wsce.config.dir>
3737
<wsce.config.file>wsce-site.xml</wsce.config.file>
38-
<logredactor.version>2.0.14</logredactor.version>
38+
<logredactor.version>2.0.16</logredactor.version>
3939
</properties>
4040

4141
<dependencies>
@@ -422,16 +422,6 @@
422422
<version>${logredactor.version}</version>
423423
<scope>runtime</scope>
424424
<optional>true</optional>
425-
<exclusions>
426-
<exclusion>
427-
<groupId>org.apache.logging.log4j</groupId>
428-
<artifactId>log4j-api</artifactId>
429-
</exclusion>
430-
<exclusion>
431-
<groupId>org.apache.logging.log4j</groupId>
432-
<artifactId>log4j-core</artifactId>
433-
</exclusion>
434-
</exclusions>
435425
</dependency>
436426
</dependencies>
437427

0 commit comments

Comments
 (0)