Skip to content

Commit

Permalink
Fix multiple log4j logger bindings (#289)
Browse files Browse the repository at this point in the history
* Fix multiple log4j logger bindings

* Update pom.xml

* Update pom.xml

* Update pom.xml
  • Loading branch information
ismailsimsek committed Mar 6, 2024
1 parent 0d5e9ce commit dee8d05
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 0 additions & 1 deletion debezium-server-iceberg-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-postgres</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
Expand Down
8 changes: 8 additions & 0 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -194,6 +198,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<repositories>
<repository>
<id>iceberg-stg-repo</id>
<url>https://repository.apache.org/content/repositories/orgapacheiceberg-1158/</url>
<url>https://repository.apache.org/content/repositories/orgapacheiceberg-1161/</url>
</repository>
</repositories>
<dependencyManagement>
Expand Down

0 comments on commit dee8d05

Please sign in to comment.