Skip to content

Commit ac920fa

Browse files
authored
Merge pull request opentripplanner#7323 from entur/jackson-bom-version-management
Add Jackson BOM to enforce consistent Jackson versions
2 parents 59afcf7 + fbade8c commit ac920fa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,15 @@
472472
<scope>import</scope>
473473
</dependency>
474474

475+
<dependency>
476+
<!-- This makes sure all Jackson libraries are using compatible versions. -->
477+
<groupId>com.fasterxml.jackson</groupId>
478+
<artifactId>jackson-bom</artifactId>
479+
<version>${jackson.version}</version>
480+
<type>pom</type>
481+
<scope>import</scope>
482+
</dependency>
483+
475484
<dependency>
476485
<groupId>com.google.protobuf</groupId>
477486
<artifactId>protobuf-java</artifactId>
@@ -680,7 +689,7 @@
680689
</repository>
681690
</distributionManagement>
682691
</profile>
683-
692+
684693
<profile>
685694
<id>integrationTests</id>
686695
<activation>

0 commit comments

Comments
 (0)