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 4c5a1c4 commit 1595da4Copy full SHA for 1595da4
java-shared-dependencies/third-party-dependencies/pom.xml
@@ -135,6 +135,13 @@
135
<type>pom</type>
136
<scope>import</scope>
137
</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>
145
<dependency>
146
<groupId>commons-codec</groupId>
147
<artifactId>commons-codec</artifactId>
0 commit comments