Skip to content

Commit 3b7a2fd

Browse files
authored
fix dependency conflict issue
fix dependency conflict issue for commons-codec:commons-codec:jar
1 parent 1828012 commit 3b7a2fd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ipp-v3-java-devkit/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<artifactId>commons-io</artifactId>
9595
<version>2.5</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>commons-codec</groupId>
99+
<artifactId>commons-codec</artifactId>
100+
<version>1.11</version>
101+
</dependency>
97102
<dependency>
98103
<groupId>com.fasterxml.jackson.jaxrs</groupId>
99104
<artifactId>jackson-jaxrs-json-provider</artifactId>
@@ -284,4 +289,4 @@
284289
</build>
285290
</profile>
286291
</profiles>
287-
</project>
292+
</project>

0 commit comments

Comments
 (0)