aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-distribution-client/pom.xml
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@intl.att.com>2019-10-15 20:48:56 +0300
committerOfir Sonsino <os0695@intl.att.com>2019-10-15 20:48:56 +0300
commitb6ac738434954b586b751f7a04ff3d1ea94f1460 (patch)
tree3c8fe01ba26473dbcfdda9e6a927962029cd80bc /sdc-distribution-client/pom.xml
parent75b5636a5ecb293b021409e287d4c22481c1aa90 (diff)
Aligning elalto branch to 1.4.05.0.2-ONAP1.4.0elalto
Change-Id: Iaca7575f385ee448b54ccaf1f8c2b9b6668a3739 Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Diffstat (limited to 'sdc-distribution-client/pom.xml')
-rw-r--r--sdc-distribution-client/pom.xml27
1 files changed, 11 insertions, 16 deletions
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index f774af3..a1999f3 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-main-distribution-client</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<artifactId>sdc-distribution-client</artifactId>
@@ -62,17 +62,18 @@
<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>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- </exclusion>
- </exclusions>
<scope>compile</scope>
</dependency>
@@ -99,12 +100,6 @@
<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>
@@ -135,9 +130,9 @@
</dependency>
<dependency>
- <groupId>com.google.code.bean-matchers</groupId>
- <artifactId>bean-matchers</artifactId>
- <version>${bean-matchers.version}</version>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>${guava.version}</version>
<scope>test</scope>
</dependency>