Skip to content

Commit 44708db

Browse files
committed
Merge pull request Azure#542 from jianghaolu/dev
Add commons-codec dependency
2 parents 000ec06 + 3da2db7 commit 44708db

File tree

29 files changed

+38
-29
lines changed

29 files changed

+38
-29
lines changed

azure-mgmt-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../azure/pom.xml</relativePath>
2222
</parent>
2323

azure/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
19-
<version>0.9.1-SNAPSHOT</version>
19+
<version>0.8.4-SNAPSHOT</version>
2020
<artifactId>azure-bom</artifactId>
2121
</parent>
2222

@@ -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-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

core/azure-core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

@@ -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>

core/azure-tracing-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<groupId>com.microsoft.azure</groupId>
1818
<artifactId>azure-bom</artifactId>
19-
<version>0.9.1-SNAPSHOT</version>
19+
<version>0.8.4-SNAPSHOT</version>
2020
<packaging>pom</packaging>
2121

2222
<name>Microsoft Azure SDK</name>

resource-management/azure-mgmt-compute/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

resource-management/azure-mgmt-dns/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

resource-management/azure-mgmt-network/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

resource-management/azure-mgmt-resources/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.microsoft.azure</groupId>
1919
<artifactId>azure</artifactId>
20-
<version>0.9.1-SNAPSHOT</version>
20+
<version>0.8.4-SNAPSHOT</version>
2121
<relativePath>../../azure/pom.xml</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)