aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-openstack-controller/pom.xml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:11:37 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:11:39 +0000
commit21f2f785e12c961a7c19dbf6aecc0f7dd136506d (patch)
treebc7da0bb678cfe2c6d75eb8f78b5eb1b9e98aabe /ncomp-openstack-controller/pom.xml
parent48b5b4b734db2b757ad9091129cdeca2b2a26c5c (diff)
Init ncomp.openstack
Change-Id: Ica7bc6ac64c8359e7e3d9846450f9fe15dd38146 Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'ncomp-openstack-controller/pom.xml')
-rw-r--r--ncomp-openstack-controller/pom.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/ncomp-openstack-controller/pom.xml b/ncomp-openstack-controller/pom.xml
new file mode 100644
index 0000000..b2eaab8
--- /dev/null
+++ b/ncomp-openstack-controller/pom.xml
@@ -0,0 +1,28 @@
+<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.ncomp.openstack</groupId>
+ <artifactId>ncomp-openstack-controller</artifactId>
+ <parent>
+ <groupId>org.openecomp.ncomp.sirius.manager</groupId>
+ <artifactId>ncomp-sirius-manager-base</artifactId>
+ <version>0.1.0-SNAPSHOT</version>
+ <relativePath>../../dcae-org.openecomp.ncomp.sirius.manager/ncomp-sirius-manager-base</relativePath>
+ </parent>
+ <dependencies>
+ <dependency>
+ <groupId>org.openecomp.ncomp.openstack</groupId>
+ <artifactId>ncomp-openstack-model</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openecomp.ncomp.sirius.manager</groupId>
+ <artifactId>ncomp-sirius-manager-console</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openecomp.dcae.operation</groupId>
+ <artifactId>operation-utils</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>