summaryrefslogtreecommitdiffstats
path: root/aai-service/features/features-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/features/features-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/features/features-aai-service/pom.xml')
-rwxr-xr-xaai-service/features/features-aai-service/pom.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/aai-service/features/features-aai-service/pom.xml b/aai-service/features/features-aai-service/pom.xml
new file mode 100755
index 00000000..fcf7cd3e
--- /dev/null
+++ b/aai-service/features/features-aai-service/pom.xml
@@ -0,0 +1,29 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>feature-repo-parent</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <relativePath/>
+ </parent>
+
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
+ <artifactId>features-aai-service</artifactId>
+ <version>0.2.1-SNAPSHOT</version>
+ <packaging>feature</packaging>
+
+ <name>ccsdk-sli-adaptors :: aai-service :: ${project.artifactId}</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ccsdk-aai-service</artifactId>
+ <version>${project.version}</version>
+ <type>xml</type>
+ <classifier>features</classifier>
+ </dependency>
+
+ </dependencies>
+</project>