Skip to content

Commit dbab4f5

Browse files
committed
Use jackson bom
1 parent 3e6e6a3 commit dbab4f5

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

integration/base/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
1717
</properties>
1818

19+
<dependencyManagement>
20+
<dependencies>
21+
<dependency>
22+
<groupId>com.fasterxml.jackson</groupId>
23+
<artifactId>jackson-bom</artifactId>
24+
<version>${jackson.version}</version>
25+
<type>pom</type>
26+
<scope>import</scope>
27+
</dependency>
28+
</dependencies>
29+
</dependencyManagement>
30+
1931
<dependencies>
2032
<dependency>
2133
<groupId>com.inrupt.client</groupId>
@@ -75,7 +87,6 @@
7587
<dependency>
7688
<groupId>com.fasterxml.jackson.core</groupId>
7789
<artifactId>jackson-annotations</artifactId>
78-
<version>${jackson.version}</version>
7990
</dependency>
8091
<dependency>
8192
<groupId>io.smallrye.config</groupId>

performance/base/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
1717
</properties>
1818

19+
<dependencyManagement>
20+
<dependencies>
21+
<dependency>
22+
<groupId>com.fasterxml.jackson</groupId>
23+
<artifactId>jackson-bom</artifactId>
24+
<version>${jackson.version}</version>
25+
<type>pom</type>
26+
<scope>import</scope>
27+
</dependency>
28+
</dependencies>
29+
</dependencyManagement>
30+
1931
<dependencies>
2032
<dependency>
2133
<groupId>com.inrupt.client</groupId>
@@ -75,7 +87,6 @@
7587
<dependency>
7688
<groupId>com.fasterxml.jackson.core</groupId>
7789
<artifactId>jackson-annotations</artifactId>
78-
<version>${jackson.version}</version>
7990
</dependency>
8091
<dependency>
8192
<groupId>io.smallrye.config</groupId>

0 commit comments

Comments
 (0)