Skip to content

Commit 77d0502

Browse files
authored
Add commons-codec to bom-internal to fix dependency convergence issue (#3799)
1 parent 6aabb1e commit 77d0502

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "bugfix",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Add commons-codec to bom-internal to fix dependency convergence issue. See [#3787](https://github.com/aws/aws-sdk-java-v2/issues/3787)"
6+
}

bom-internal/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@
9494
<artifactId>httpcore</artifactId>
9595
<version>${httpcomponents.httpcore.version}</version>
9696
</dependency>
97+
<dependency>
98+
<groupId>commons-codec</groupId>
99+
<artifactId>commons-codec</artifactId>
100+
<version>${commons-codec.verion}</version>
101+
</dependency>
97102
<dependency>
98103
<groupId>io.netty</groupId>
99104
<artifactId>netty-codec-http</artifactId>

http-clients/apache-client/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<dependency>
6060
<groupId>commons-codec</groupId>
6161
<artifactId>commons-codec</artifactId>
62-
<version>${commons-codec.verion}</version>
6362
</dependency>
6463

6564
<dependency>

0 commit comments

Comments
 (0)