summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>