File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
hadoop-common-project/hadoop-common Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 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>
3839 </properties >
3940
4041 <dependencies >
418419 <dependency >
419420 <groupId >org.cloudera.logredactor</groupId >
420421 <artifactId >logredactor</artifactId >
421- <version >2.0.7 </version >
422+ <version >${logredactor.version} </version >
422423 <scope >runtime</scope >
423424 <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 >
424435 </dependency >
425436 </dependencies >
426437
You can’t perform that action at this time.
0 commit comments