Skip to content

Commit 9ad5da0

Browse files
committed
exclude log4j from dep
1 parent b2825ad commit 9ad5da0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

psc-integration-test/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
<artifactId>ts-consumer</artifactId>
5959
<version>${ts-consumer.version}</version>
6060
<exclusions>
61+
<exclusion>
62+
<groupId>log4j</groupId>
63+
<artifactId>log4j</artifactId>
64+
</exclusion>
6165
<exclusion>
6266
<groupId>org.slf4j</groupId>
6367
<artifactId>slf4j-log4j12</artifactId>

psc/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
<artifactId>ts-consumer</artifactId>
4141
<version>${ts-consumer.version}</version>
4242
<exclusions>
43+
<exclusion>
44+
<groupId>log4j</groupId>
45+
<artifactId>log4j</artifactId>
46+
</exclusion>
4347
<exclusion>
4448
<groupId>org.slf4j</groupId>
4549
<artifactId>slf4j-log4j12</artifactId>

0 commit comments

Comments
 (0)