Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 4ee990d

Browse files
feat: add commons-codec to dependencyManagement (#251)
1 parent cb1f394 commit 4ee990d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<findbugs.version>3.0.2</findbugs.version>
7575
<errorprone.version>2.5.0</errorprone.version>
7676
<jackson.version>2.12.1</jackson.version>
77+
<codec.version>1.15</codec.version>
7778
</properties>
7879

7980
<dependencyManagement>
@@ -192,6 +193,11 @@
192193
<type>pom</type>
193194
<scope>import</scope>
194195
</dependency>
196+
<dependency>
197+
<groupId>commons-codec</groupId>
198+
<artifactId>commons-codec</artifactId>
199+
<version>${codec.version}</version>
200+
</dependency>
195201

196202
<!-- TODO: replace with opencensus-bom when available -->
197203
<dependency>

0 commit comments

Comments
 (0)