Skip to content

Commit bdd5aa8

Browse files
committed
add log4j and slf4j exclusions to ts-consumer dep
1 parent 94f12b3 commit bdd5aa8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

psc/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
<groupId>com.pinterest.kafka.tieredstorage</groupId>
3939
<artifactId>ts-consumer</artifactId>
4040
<version>0.0.2</version>
41+
<exclusions>
42+
<exclusion>
43+
<groupId>log4j</groupId>
44+
<artifactId>log4j</artifactId>
45+
</exclusion>
46+
<exclusion>
47+
<groupId>slf4j</groupId>
48+
<artifactId>slf4j-api</artifactId>
49+
</exclusion>
50+
</exclusions>
4151
</dependency>
4252
<dependency>
4353
<groupId>org.reflections</groupId>

0 commit comments

Comments
 (0)