Skip to content

Commit

Permalink
[build][hotfix] Fix jackson conflicts among cdc connectors
Browse files Browse the repository at this point in the history
This closes  apache#2987.
  • Loading branch information
link3280 committed Jun 5, 2024
1 parent 0214166 commit 53c2fb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 53c2fb9

Please sign in to comment.