Skip to content

Commit

Permalink
DBZ-8175 Include jackson module deps: afterburner, jaxb-annotations, …
Browse files Browse the repository at this point in the history
…scala_2.13
  • Loading branch information
Naros authored and vjuranek committed Sep 12, 2024
1 parent 4232ed2 commit c43c23f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions debezium-connector-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,22 @@
<version>${version.c3p0}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<version>${version.jackson.databind}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>${version.jackson.databind}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.13</artifactId>
<version>${version.jackson.databind}</version>
</dependency>

<!-- Testing -->
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit c43c23f

Please sign in to comment.