Skip to content

Commit 8ab44fe

Browse files
committed
codec
1 parent e437685 commit 8ab44fe

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

amoro-common/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<artifactId>amoro-shade-zookeeper-3</artifactId>
6565
</dependency>
6666

67+
<dependency>
68+
<groupId>commons-codec</groupId>
69+
<artifactId>commons-codec</artifactId>
70+
</dependency>
71+
6772
<dependency>
6873
<groupId>org.apache.commons</groupId>
6974
<artifactId>commons-pool2</artifactId>

amoro-format-iceberg/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
<artifactId>amoro-shade-zookeeper-3</artifactId>
6868
</dependency>
6969

70+
<dependency>
71+
<groupId>commons-codec</groupId>
72+
<artifactId>commons-codec</artifactId>
73+
</dependency>
74+
7075
<dependency>
7176
<groupId>org.apache.commons</groupId>
7277
<artifactId>commons-pool2</artifactId>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
<log4j.version>2.20.0</log4j.version>
116116
<junit4.version>4.13.2</junit4.version>
117117
<junit5.version>5.9.1</junit5.version>
118+
<commons-codec.version>1.17.1</commons-codec.version>
118119
<commons-pool2.version>2.12.0</commons-pool2.version>
119120
<commons-lang3.version>3.14.0</commons-lang3.version>
120121
<commons-beanutils.version>1.11.0</commons-beanutils.version>
@@ -298,6 +299,12 @@
298299
<version>${amoro-shade-thrift.version}-${amoro-shade.version}</version>
299300
</dependency>
300301

302+
<dependency>
303+
<groupId>commons-codec</groupId>
304+
<artifactId>commons-codec</artifactId>
305+
<version>${commons-codec.version}</version>
306+
</dependency>
307+
301308
<dependency>
302309
<groupId>org.apache.commons</groupId>
303310
<artifactId>commons-pool2</artifactId>

0 commit comments

Comments
 (0)