Skip to content

Commit

Permalink
deps: fix convergence issue using jackson-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed May 25, 2022
1 parent 92936fa commit 1c94f7f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${version.jackson}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- dependencies entirely for convergence -->
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down Expand Up @@ -186,7 +194,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.jackson}</version>
</dependency>

<!-- mocking -->
Expand Down

0 comments on commit 1c94f7f

Please sign in to comment.