Skip to content

Commit 71fb4dc

Browse files
committed
HSEARCH-5481 Include "missing" Jackson dependencies in the platform bom
1 parent f66d5ea commit 71fb4dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bom/platform-common/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<version.bom.jakarta.transaction>2.0.1</version.bom.jakarta.transaction>
3636
<version.bom.jakarta.xml.bind>4.0.2</version.bom.jakarta.xml.bind>
3737
<version.bom.org.jberet>3.1.0.Final</version.bom.org.jberet>
38+
<version.bom.com.fasterxml.jackson>2.19.2</version.bom.com.fasterxml.jackson>
3839
</properties>
3940

4041
<dependencyManagement>
@@ -245,6 +246,14 @@
245246
<scope>import</scope>
246247
</dependency>
247248

249+
<dependency>
250+
<groupId>com.fasterxml.jackson</groupId>
251+
<artifactId>jackson-bom</artifactId>
252+
<version>${version.bom.com.fasterxml.jackson}</version>
253+
<type>pom</type>
254+
<scope>import</scope>
255+
</dependency>
256+
248257
<!-- Dependencies with no BOMs -->
249258

250259
<dependency>

0 commit comments

Comments
 (0)