We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f12b3 commit bdd5aa8Copy full SHA for bdd5aa8
psc/pom.xml
@@ -38,6 +38,16 @@
38
<groupId>com.pinterest.kafka.tieredstorage</groupId>
39
<artifactId>ts-consumer</artifactId>
40
<version>0.0.2</version>
41
+ <exclusions>
42
+ <exclusion>
43
+ <groupId>log4j</groupId>
44
+ <artifactId>log4j</artifactId>
45
+ </exclusion>
46
47
+ <groupId>slf4j</groupId>
48
+ <artifactId>slf4j-api</artifactId>
49
50
+ </exclusions>
51
</dependency>
52
<dependency>
53
<groupId>org.reflections</groupId>
0 commit comments