aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis/pom.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-05-09 14:57:34 -0400
committerMarco Platania <platania@research.att.com>2018-05-09 14:57:34 -0400
commitdda5961d1b32b72123cc6a2e3715c644e79b6fce (patch)
treec8a74841beaedf4d4cead7bd539603c63217a102 /vnfs/vLBMS/apis/pom.xml
parent3168c3d7509bceff43648d4eb40c163dcbc6b3ad (diff)
Fix POM files for vLB scaling
- Allow VNF-C to clone Honeycomb plugins from Gerrit Change-Id: I09d0498bf4256bbcc7a68234647deb3dbad606df Issue-ID: INT-443 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/apis/pom.xml')
-rw-r--r--vnfs/vLBMS/apis/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/vnfs/vLBMS/apis/pom.xml b/vnfs/vLBMS/apis/pom.xml
new file mode 100644
index 00000000..6a43943e
--- /dev/null
+++ b/vnfs/vLBMS/apis/pom.xml
@@ -0,0 +1,19 @@
+<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">
+
+ <groupId>org.onap.demo.vnf</groupId>
+ <artifactId>demo-aggregator</artifactId>
+ <version>1.2.0</version>
+ <name>demo</name>
+ <packaging>pom</packaging>
+ <modelVersion>4.0.0</modelVersion>
+ <prerequisites>
+ <maven>3.1.1</maven>
+ </prerequisites>
+
+ <modules>
+ <module>vlb-business-vnf-onap-plugin</module>
+ <module>health-vnf-onap-plugin</module>
+ <module>vlb-vnf-onap-distribution</module>
+ </modules>
+</project> \ No newline at end of file