summaryrefslogtreecommitdiffstats
path: root/aai-service/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-02-15 16:13:28 -0500
committerDan Timoney <dtimoney@att.com>2018-02-16 10:23:15 -0500
commit1dc3bcf1a5b3bcef0675df98c3592014c5f7b906 (patch)
treef3f8d088b7246c80f965a5b4f43a3e4740048fbe /aai-service/pom.xml
parent4cfe66f196bc6d3734366d9957897d0a23e2be00 (diff)
Nitrogen port : aai-service
Update aai-service for ODL Nitrogen release Change-Id: I463e47ff4738233e5ceae30fd797a8b00a7fa93f Issue-ID: CCSDK-176 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'aai-service/pom.xml')
-rwxr-xr-xaai-service/pom.xml35
1 files changed, 7 insertions, 28 deletions
diff --git a/aai-service/pom.xml b/aai-service/pom.xml
index 340024ca..80a53a50 100755
--- a/aai-service/pom.xml
+++ b/aai-service/pom.xml
@@ -1,42 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <artifactId>ccsdk-sli-adaptors</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
<groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>aai-service</artifactId>
-
+ <version>0.2.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
<name>AAI Interface Service</name>
<description>The AAI Interface service exposes an interface to AAI as an OSGi service</description>
- <version>0.2.0-SNAPSHOT</version>
- <dependencyManagement>
-
- <dependencies>
- <dependency>
- <groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <artifactId>aai-service-features</artifactId>
- <classifier>features</classifier>
- <version>${project.version}</version>
- <type>xml</type>
- </dependency>
-
- <dependency>
- <groupId>org.onap.ccsdk.sli.adaptors</groupId>
- <artifactId>aai-service-provider</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- </dependencies>
- </dependencyManagement>
-
<modules>
<module>provider</module>
<module>features</module>