summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 09:00:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-29 09:00:11 +0000
commit44aa0670b8f526de954a93306b9f0aa598eda694 (patch)
tree8952714ec8b0bcd5ba71a3e2044ea47b2598fc43 /filedistribution
parent1e03847b0421da40651b7d783c1a700b4b029372 (diff)
Add guava in compile scope.
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index fb851d8325d..74e06d4a9e3 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -45,17 +45,16 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- </dependency>
</dependencies>
<build>