Skip to content

Commit

Permalink
TIKA-2872 -- add slf4j-log4j12 to tika-dl. Thank you, Oleg Tikhonov!
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed May 14, 2019
1 parent c4a9cc9 commit dd17e10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tika-dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,11 @@
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit dd17e10

Please sign in to comment.