Skip to content

Commit

Permalink
DBZ-4999 IFX cannot be redistributed; Move deps to BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Oct 26, 2023
1 parent 4d79a81 commit f15c471
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
<!-- Debezium parent -->
<version.debezium>${project.version}</version.debezium>

<version.informix.changestream.client>1.1.3</version.informix.changestream.client>
<version.informix.driver>4.50.10</version.informix.driver>

<!--
Specify the properties that will be used for setting up the integration tests' Docker container.
Note that the `dockerhost.ip` property is computed from the IP address of DOCKER_HOST, which will
Expand Down Expand Up @@ -150,13 +147,12 @@
<dependency>
<groupId>com.ibm.informix</groupId>
<artifactId>ifx-changestream-client</artifactId>
<version>${version.informix.changestream.client}</version>
<scope>provided</scope>
</dependency>
<!-- Informix JDBC driver -->
<dependency>
<groupId>com.ibm.informix</groupId>
<artifactId>jdbc</artifactId>
<version>${version.informix.driver}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f15c471

Please sign in to comment.