Skip to content

Commit

Permalink
DBZ-8351 Add debezium-storage-configmap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mfvitale authored and jcechace committed Nov 6, 2024
1 parent e946ae0 commit 02b0f43
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions debezium-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-core</artifactId>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-testing-testcontainers</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
Expand Down Expand Up @@ -53,8 +49,23 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-storage-configmap</artifactId>
<exclusions>
<exclusion>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Testing -->
<dependency>
<groupId>io.debezium</groupId>
<artifactId>debezium-testing-testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
Expand Down

0 comments on commit 02b0f43

Please sign in to comment.