Skip to content

Commit

Permalink
Exclude connectors from Debezium supplier
Browse files Browse the repository at this point in the history
Excludes the `debezium-connector-vitess` and `debezium-connector-spanner`
dependencies from the `debezium-supplier` as they have CVEs.
  • Loading branch information
onobc committed Jan 24, 2025
1 parent db4b138 commit 122b10e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions applications/source/debezium-source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-debezium-supplier</artifactId>
<exclusions>
<exclusion>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-vitess</artifactId>
</exclusion>
<exclusion>
<groupId>io.debezium</groupId>
<artifactId>debezium-connector-spanner</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TEST -->
Expand Down

0 comments on commit 122b10e

Please sign in to comment.