This repository was archived by the owner on Sep 19, 2023. It is now read-only.
File tree
Expand file treeCollapse file tree1 file changed
+6
-0
lines changed Expand file treeCollapse file tree1 file changed
+6
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
74 | 74 | <findbugs.version>3.0.2</findbugs.version>
|
75 | 75 | <errorprone.version>2.5.0</errorprone.version>
|
76 | 76 | <jackson.version>2.12.1</jackson.version>
|
| 77 | +<codec.version>1.15</codec.version> |
77 | 78 | </properties>
|
78 | 79 |
|
79 | 80 | <dependencyManagement>
|
|
192 | 193 | <type>pom</type>
|
193 | 194 | <scope>import</scope>
|
194 | 195 | </dependency>
|
| 196 | +<dependency> |
| 197 | +<groupId>commons-codec</groupId> |
| 198 | +<artifactId>commons-codec</artifactId> |
| 199 | +<version>${codec.version}</version> |
| 200 | +</dependency> |
195 | 201 |
|
196 | 202 | <!-- TODO: replace with opencensus-bom when available -->
|
197 | 203 | <dependency>
|
|
You can’t perform that action at this time.
0 commit comments