Skip to content

Commit 1595da4

Browse files
committed
[Do Not Merge] Added jackson-dataformat-xml to java bom
1 parent 4c5a1c4 commit 1595da4

File tree

1 file changed

+7
-0
lines changed
  • java-shared-dependencies/third-party-dependencies

1 file changed

+7
-0
lines changed

java-shared-dependencies/third-party-dependencies/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,13 @@
135135
<type>pom</type>
136136
<scope>import</scope>
137137
</dependency>
138+
<dependency>
139+
<groupId>com.fasterxml.jackson.dataformat</groupId>
140+
<artifactId>jackson-dataformat-xml</artifactId>
141+
<version>${jackson.version}</version>
142+
<type>pom</type>
143+
<scope>import</scope>
144+
</dependency>
138145
<dependency>
139146
<groupId>commons-codec</groupId>
140147
<artifactId>commons-codec</artifactId>

0 commit comments

Comments
 (0)