Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 1 | <?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 Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame^] | 4 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 5 | <artifactId>sdnc-northbound</artifactId> |
Dan Timoney | 0bce413 | 2017-08-30 10:28:08 -0400 | [diff] [blame] | 6 | <version>1.2.0-SNAPSHOT</version> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 7 | </parent> |
| 8 | |
| 9 | <modelVersion>4.0.0</modelVersion> |
| 10 | <packaging>pom</packaging> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame^] | 11 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 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 | |
Dan Timoney | 0bce413 | 2017-08-30 10:28:08 -0400 | [diff] [blame] | 21 | <version>1.2.0-SNAPSHOT</version> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 22 | |
| 23 | <dependencyManagement> |
| 24 | |
| 25 | <dependencies> |
| 26 | <dependency> |
Marcus G K Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame^] | 27 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 28 | <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 Williams | eb2d402 | 2017-08-30 19:32:32 -0700 | [diff] [blame^] | 35 | <groupId>org.onap.sdnc.northbound</groupId> |
Dan Timoney | 1b47683 | 2017-02-15 15:09:44 -0500 | [diff] [blame] | 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> |