summaryrefslogtreecommitdiffstats
path: root/appc-outbound
diff options
context:
space:
mode:
authorTakamune Cho <tc012c@att.com>2017-12-19 10:48:02 -0600
committerPatrick Brady <pb071s@att.com>2017-12-19 13:10:56 -0800
commit8491cc3bc012fefe4faf54baf6c74cb20785d5f0 (patch)
treeb761a83d5e6d6872a60e0de2550bb8ef5773ab76 /appc-outbound
parent9c44fb1cb83f5368fba40438a7b1fa1a45e27b58 (diff)
Update bundle names from openecomp to onap
Change-Id: Ib0cf4edbab87a32c9d83cc9473412feb77b27a0e Issue-ID: APPC-13 Signed-off-by: Takamune Cho <tc012c@att.com>
Diffstat (limited to 'appc-outbound')
-rwxr-xr-xappc-outbound/appc-aai-client/provider/pom.xml1
-rwxr-xr-xappc-outbound/pom.xml6
2 files changed, 3 insertions, 4 deletions
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml
index 3484e4b79..18b4840f3 100755
--- a/appc-outbound/appc-aai-client/provider/pom.xml
+++ b/appc-outbound/appc-aai-client/provider/pom.xml
@@ -29,7 +29,6 @@
<dependency>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>aai-service-provider</artifactId>
- <version>${ccsdk.sli.plugins.version}</version>
<scope>compile</scope>
</dependency>
diff --git a/appc-outbound/pom.xml b/appc-outbound/pom.xml
index 835684933..13dee4889 100755
--- a/appc-outbound/pom.xml
+++ b/appc-outbound/pom.xml
@@ -12,20 +12,20 @@
<description>Application Controller Outbound</description>
<properties>
- <sdnc.aai.version>1.1.2</sdnc.aai.version>
+ <sdnc.aai.version>${ccsdk.sli.adaptors.version}</sdnc.aai.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>sql-resource-provider</artifactId>
<version>${ccsdk.sli.adaptors.version}</version>
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>aai-service-provider</artifactId>
<version>${sdnc.aai.version}</version>
</dependency>