blob: c9ed9790d466250112c8efd08b0958594926aa7e [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>
Marcus G K Williamseb2d4022017-08-30 19:32:32 -07004 <groupId>org.onap.sdnc.northbound</groupId>
Dan Timoney1b476832017-02-15 15:09:44 -05005 <artifactId>sdnc-northbound</artifactId>
Dan Timoney0bce4132017-08-30 10:28:08 -04006 <version>1.2.0-SNAPSHOT</version>
Dan Timoney1b476832017-02-15 15:09:44 -05007 </parent>
8
9 <modelVersion>4.0.0</modelVersion>
10 <packaging>pom</packaging>
Marcus G K Williamseb2d4022017-08-30 19:32:32 -070011 <groupId>org.onap.sdnc.northbound</groupId>
Dan Timoney1b476832017-02-15 15:09:44 -050012 <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
Dan Timoney0bce4132017-08-30 10:28:08 -040021 <version>1.2.0-SNAPSHOT</version>
Dan Timoney1b476832017-02-15 15:09:44 -050022
23 <dependencyManagement>
24
25 <dependencies>
26 <dependency>
Marcus G K Williamseb2d4022017-08-30 19:32:32 -070027 <groupId>org.onap.sdnc.northbound</groupId>
Dan Timoney1b476832017-02-15 15:09:44 -050028 <artifactId>vnftools-features</artifactId>
29 <classifier>features</classifier>
30 <type>xml</type>
31 <version>${project.version}</version>
32 </dependency>
33
34 <dependency>
Marcus G K Williamseb2d4022017-08-30 19:32:32 -070035 <groupId>org.onap.sdnc.northbound</groupId>
Dan Timoney1b476832017-02-15 15:09:44 -050036 <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>