aboutsummaryrefslogtreecommitdiffstats
path: root/dcae-analytics-cdap-common-model/pom.xml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:12:00 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:12:02 +0000
commit0e073e02693e44b8b7d5c9eac86cc324d38aaee9 (patch)
treeba9e0375ecfafb59961d260ba5ebebced020c04e /dcae-analytics-cdap-common-model/pom.xml
parent6aecb62a692e8d86b568c94be844f40639670ff4 (diff)
Init dcae.controller.analytics
Change-Id: Ib3a282f2c3ec248665f1fd042570578c61344f2e Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'dcae-analytics-cdap-common-model/pom.xml')
-rw-r--r--dcae-analytics-cdap-common-model/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dcae-analytics-cdap-common-model/pom.xml b/dcae-analytics-cdap-common-model/pom.xml
new file mode 100644
index 0000000..1476d9f
--- /dev/null
+++ b/dcae-analytics-cdap-common-model/pom.xml
@@ -0,0 +1,18 @@
+<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>
+ <groupId>org.openecomp.dcae.controller.analytics</groupId>
+ <artifactId>dcae-analytics-cdap-common-model</artifactId>
+ <parent>
+ <groupId>org.openecomp.ncomp.maven</groupId>
+ <artifactId>ncomp-maven-xcore</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ <relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore</relativePath>
+ </parent>
+ <dependencies>
+ <dependency>
+ <groupId>org.openecomp.dcae.controller</groupId>
+ <artifactId>dcae-controller-service-cdap-model</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>