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.
2 parents 6d2e9e8 + 44c5d66 commit 00b2f0fCopy full SHA for 00b2f0f
azure/pom.xml
@@ -61,6 +61,11 @@
61
<artifactId>httpclient</artifactId>
62
<version>4.3.6</version>
63
</dependency>
64
+ <dependency>
65
+ <groupId>commons-codec</groupId>
66
+ <artifactId>commons-codec</artifactId>
67
+ <version>1.10</version>
68
+ </dependency>
69
<dependency>
70
<groupId>commons-lang</groupId>
71
<artifactId>commons-lang</artifactId>
core/azure-core/pom.xml
@@ -61,6 +61,10 @@
<groupId>org.apache.httpcomponents</groupId>
0 commit comments