aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-distribution-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sdc-distribution-client/pom.xml')
-rw-r--r--sdc-distribution-client/pom.xml19
1 files changed, 9 insertions, 10 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index a1999f3..00a1149 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -62,13 +62,6 @@
<version>2.5</version>
</dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.9</version>
- <scope>compile</scope>
- </dependency>
-
<!-- http client -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -100,6 +93,12 @@
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
+ </dependency>
+
<!-- TEST -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
@@ -130,9 +129,9 @@
</dependency>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>${guava.version}</version>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>${bean-matchers.version}</version>
<scope>test</scope>
</dependency>