[build][hotfix] Fix jackson conflicts among cdc connectors

This closes  #2987.
pull/3348/head
Paul Lin 8 months ago committed by GitHub
parent 0214166049
commit 53c2fb9772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -87,6 +87,7 @@ limitations under the License.
<spotless.version>2.4.2</spotless.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<json-path.version>2.7.0</json-path.version>
<jackson.version>2.13.2</jackson.version>
<junit5.version>5.10.1</junit5.version>
<junit4.version>4.13.2</junit4.version>
<assertj.version>3.24.2</assertj.version>
@ -101,6 +102,14 @@ limitations under the License.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>

Loading…
Cancel
Save