We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2825ad commit 9ad5da0Copy full SHA for 9ad5da0
psc-integration-test/pom.xml
@@ -58,6 +58,10 @@
58
<artifactId>ts-consumer</artifactId>
59
<version>${ts-consumer.version}</version>
60
<exclusions>
61
+ <exclusion>
62
+ <groupId>log4j</groupId>
63
+ <artifactId>log4j</artifactId>
64
+ </exclusion>
65
<exclusion>
66
<groupId>org.slf4j</groupId>
67
<artifactId>slf4j-log4j12</artifactId>
psc/pom.xml
@@ -40,6 +40,10 @@
40
41
42
43
44
45
46
47
48
49
0 commit comments