summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 12:28:42 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-28 12:28:42 +0000
commitb0ec9f5f413a7ec61451784d131857ef5aaee2d1 (patch)
tree5977e897a7731af740130833f3a02cf8da295010 /filedistribution
parent514d56cc5ae71da520d1309264046efbcb82aec8 (diff)
commons-compress must have compile scope in filedirtibution.
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index 97b17cc00d8..e16f8324da9 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -67,7 +67,6 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>io.airlift</groupId>