aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/pom.xml
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2018-03-27 14:32:11 -0400
committerRob Daugherty <rd472p@att.com>2018-03-27 14:32:11 -0400
commitb4473da1a753e63e66f5a9a3b1984fd4736273c2 (patch)
tree07a54d689ed6c6f94d2a58e7f683200569a49160 /asdc-controller/pom.xml
parentecc98a038909d1f9f18753706b77178f14abd8b4 (diff)
Dependency version updates for Beijing
Update so/libs version to 1.2.1 Update aai-common version to 1.2.1 Update sdc-distribution-client version to 1.3.0 Update sdc-tosca version to 1.3.3 Change-Id: I6c8f1c5476efc4dc866bf765c265736ab70c12c7 Issue-ID: SO-536 Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to 'asdc-controller/pom.xml')
-rw-r--r--asdc-controller/pom.xml38
1 files changed, 5 insertions, 33 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 94a8dd5249..94447c30e3 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -59,19 +59,7 @@
<version>3.1.0</version>
<scope>test</scope>
</dependency>
-
- <!-- <dependency>
- <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
- <artifactId>sdc-distribution-client</artifactId>
- <version>1.1.16</version>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- </exclusions>
- </dependency> -->
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -85,9 +73,9 @@
</dependency>
<dependency>
- <groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
+ <groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>1.2.2</version>
+ <version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
@@ -96,27 +84,11 @@
</exclusions>
</dependency>
-
<dependency>
- <!-- This version should be upgraded in Beijing -->
- <groupId>org.openecomp.sdc.sdc-tosca</groupId>
+ <groupId>org.onap.sdc.sdc-tosca</groupId>
<artifactId>sdc-tosca</artifactId>
- <version>1.2.3</version>
- <exclusions>
- <exclusion>
- <groupId>org.openecomp.sdc.jtosca</groupId>
- <artifactId>jtosca</artifactId>
- <!-- <version>1.2.2-SNAPSHOT</version> -->
- </exclusion>
- </exclusions>
+ <version>1.3.3</version>
</dependency>
- <dependency>
- <!-- When the sdc-tosca version is upgraded from 1.2.3,
- this dependency should be removed entirely -->
- <groupId>org.openecomp.sdc.jtosca</groupId>
- <artifactId>jtosca</artifactId>
- <version>1.2.1</version>
- </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>