Skip to content

Commit dd17e10

Browse files
committed
TIKA-2872 -- add slf4j-log4j12 to tika-dl. Thank you, Oleg Tikhonov!
1 parent c4a9cc9 commit dd17e10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tika-dl/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,11 @@
358358
<artifactId>commons-io</artifactId>
359359
<version>2.6</version>
360360
</dependency>
361+
<dependency>
362+
<groupId>org.slf4j</groupId>
363+
<artifactId>slf4j-log4j12</artifactId>
364+
<scope>test</scope>
365+
</dependency>
361366
</dependencies>
362367

363368
<build>

0 commit comments

Comments
 (0)