Skip to content

Commit

Permalink
#1178 - Switch to Log4j2 for tests
Browse files Browse the repository at this point in the history
- Exclude dependency of Hadoop library on specific logging backend
  • Loading branch information
reckart committed May 2, 2019
1 parent e408326 commit 751bcb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dkpro-core-fs-hdfs-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
Expand Down Expand Up @@ -88,6 +94,12 @@
<version>${hadoop.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 751bcb3

Please sign in to comment.