Skip to content

Commit 00b2f0f

Browse files
committed
Merge pull request Azure#543 from Azure/dev
[release 0.9.0] merge dev into master
2 parents 6d2e9e8 + 44c5d66 commit 00b2f0f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

azure/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@
6161
<artifactId>httpclient</artifactId>
6262
<version>4.3.6</version>
6363
</dependency>
64+
<dependency>
65+
<groupId>commons-codec</groupId>
66+
<artifactId>commons-codec</artifactId>
67+
<version>1.10</version>
68+
</dependency>
6469
<dependency>
6570
<groupId>commons-lang</groupId>
6671
<artifactId>commons-lang</artifactId>

core/azure-core/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
<groupId>org.apache.httpcomponents</groupId>
6262
<artifactId>httpclient</artifactId>
6363
</dependency>
64+
<dependency>
65+
<groupId>commons-codec</groupId>
66+
<artifactId>commons-codec</artifactId>
67+
</dependency>
6468
<dependency>
6569
<groupId>commons-lang</groupId>
6670
<artifactId>commons-lang</artifactId>

0 commit comments

Comments
 (0)