Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 988012c

Browse files
committed
commons-codec solves the DOCKER building problem!
1 parent 2390289 commit 988012c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sansa-examples-spark/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@
146146
<artifactId>scopt_${scala.binary.version}</artifactId>
147147
</dependency>
148148

149+
<!-- Commons-codec dependency: solve the issue related building the docker-->
150+
<dependency>
151+
<groupId>commons-codec</groupId>
152+
<artifactId>commons-codec</artifactId>
153+
<version>1.11</version>
154+
</dependency>
149155
<!--
150156
<dependency>
151157
<groupId>com.holdenkarau</groupId>

0 commit comments

Comments
 (0)