blob: 370bb32ba19830f58bf14999ce2477b59a1c9e3e [file] [log] [blame]
Skip Wonnelldbf27a42017-08-15 18:07:13 -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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <parent>
5 <groupId>org.openecomp.appc</groupId>
6 <artifactId>appc-config</artifactId>
7 <version>1.1.0-SNAPSHOT</version>
8 </parent>
9 <modelVersion>4.0.0</modelVersion>
10 <packaging>pom</packaging>
11 <artifactId>appc-config-generator</artifactId>
12
13 <name>Config Generator Node</name>
14 <description>Common Utilities for DG</description>
15
16 <properties>
17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 </properties>
19
20
21 <dependencyManagement>
22
23 <dependencies>
24 <dependency>
25 <groupId>org.openecomp.appc</groupId>
26 <artifactId>appc-config-generator-features</artifactId>
27 <classifier>features</classifier>
28 <type>xml</type>
29 <version>${project.version}</version>
30 </dependency>
31
32 <dependency>
33 <groupId>org.openecomp.appc</groupId>
34 <artifactId>appc-config-generator-provider</artifactId>
35 <version>${project.version}</version>
36 </dependency>
37 </dependencies>
38
39
40 </dependencyManagement>
41
42
43 <modules>
44 <module>provider</module>
45 <module>features</module>
46 <module>installer</module>
47 </modules>
48</project>