Skip to content

Commit 5abf068

Browse files
committed
Add explicit dependency on commons-codec
Adding an explicit dependency on this was necessary after upgrading `geoip2` to a version that didn't pull it in indirectly via Apache HttpClient.
1 parent 9691592 commit 5abf068

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<artifactId>geoip2</artifactId>
6666
<version>3.0.0</version>
6767
</dependency>
68+
<dependency>
69+
<groupId>commons-codec</groupId>
70+
<artifactId>commons-codec</artifactId>
71+
<version>1.15</version>
72+
</dependency>
6873
<dependency>
6974
<groupId>commons-validator</groupId>
7075
<artifactId>commons-validator</artifactId>

0 commit comments

Comments
 (0)