We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66d5ea commit 71fb4dcCopy full SHA for 71fb4dc
bom/platform-common/pom.xml
@@ -35,6 +35,7 @@
35
<version.bom.jakarta.transaction>2.0.1</version.bom.jakarta.transaction>
36
<version.bom.jakarta.xml.bind>4.0.2</version.bom.jakarta.xml.bind>
37
<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>
39
</properties>
40
41
<dependencyManagement>
@@ -245,6 +246,14 @@
245
246
<scope>import</scope>
247
</dependency>
248
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
+
257
<!-- Dependencies with no BOMs -->
258
259
<dependency>
0 commit comments