This repository was archived by the owner on Oct 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 160160 </dependency >
161161
162162 <!-- Guava -->
163- <!-- <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
163+ <!-- <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
164164 <version>19.0</version> </dependency> -->
165165
166166 <!-- RDF Layer -->
239239 <scope >import</scope >
240240 </dependency >
241241
242+ <!-- Commons-codec dependency: solve the issue of making clean install-->
243+ <dependency >
244+ <groupId >commons-codec</groupId >
245+ <artifactId >commons-codec</artifactId >
246+ <version >1.11</version >
247+ </dependency >
242248
243249 </dependencies >
244250 </dependencyManagement >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments