Skip to content

Commit 60fc2f5

Browse files
committed
1 parent b1145b1 commit 60fc2f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

karate-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
</exclusion>
4949
</exclusions>
5050
</dependency>
51+
<!-- can be removed once httpclient is upgraded -->
52+
<dependency>
53+
<groupId>commons-codec</groupId>
54+
<artifactId>commons-codec</artifactId>
55+
<version>1.16.0</version>
56+
</dependency>
5157
<dependency>
5258
<groupId>ch.qos.logback</groupId>
5359
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)