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

Commit 57210ce

Browse files
committed
Include commons-compress on the shaded jar
1 parent 39b5111 commit 57210ce

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

sansa-examples-spark/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@
147147
<groupId>commons-codec</groupId>
148148
<artifactId>commons-codec</artifactId>
149149
</dependency>
150+
151+
<dependency>
152+
<groupId>org.apache.commons</groupId>
153+
<artifactId>commons-compress</artifactId>
154+
</dependency>
155+
150156
<!-- <dependency> <groupId>com.holdenkarau</groupId> <artifactId>spark-testing-base_${scala.binary.version}</artifactId>
151157
</dependency> -->
152158

@@ -250,7 +256,7 @@
250256
<exclude>org.apache.avro:avro*</exclude>
251257
<exclude>org.apache.commons:commons-lang3</exclude>
252258
<exclude>org.apache.commons:commons-math3</exclude>
253-
<exclude>org.apache.commons:commons-compress</exclude>
259+
<!-- <exclude>org.apache.commons:commons-compress</exclude> -->
254260
<exclude>org.apache.curator:curator*</exclude>
255261
<exclude>org.apache.directory.api:*</exclude>
256262
<exclude>org.apache.directory.server:*</exclude>

0 commit comments

Comments
 (0)