blob: 59a876f3f92ded882eae44f40dae161710f94c8d [file] [log] [blame]
Dan Timoney1b476832017-02-15 15:09:44 -05001<?xml version="1.0" encoding="UTF-8"?>
2<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">
3 <parent>
4 <groupId>org.openecomp.sdnc.northbound</groupId>
5 <artifactId>sdnc-northbound</artifactId>
6 <version>1.0.0</version>
7 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <packaging>pom</packaging>
11 <groupId>org.openecomp.sdnc.northbound</groupId>
12 <artifactId>vnftools</artifactId>
13
14 <properties>
15 <feature-name>vnftools</feature-name>
16 </properties>
17
18 <name>VNF Tools Plugin</name>
19 <description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
20
21 <version>1.0.0</version>
22
23 <dependencyManagement>
24
25 <dependencies>
26 <dependency>
27 <groupId>org.openecomp.sdnc.northbound</groupId>
28 <artifactId>vnftools-features</artifactId>
29 <classifier>features</classifier>
30 <type>xml</type>
31 <version>${project.version}</version>
32 </dependency>
33
34 <dependency>
35 <groupId>org.openecomp.sdnc.northbound</groupId>
36 <artifactId>vnftools-provider</artifactId>
37 <version>${project.version}</version>
38 </dependency>
39 </dependencies>
40
41
42 </dependencyManagement>
43
44 <modules>
45 <module>provider</module>
46 <module>features</module>
47 <module>installer</module>
48 </modules>
49</project>