blob: a0cf32c3bcb83bbabe9c5716f65a8d7615e757f0 [file] [log] [blame]
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04001<?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>
Patrick Bradyed9fd622017-11-07 11:59:14 -08007 <version>1.2.0-SNAPSHOT</version>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04008 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <packaging>pom</packaging>
12 <artifactId>appc-config-params</artifactId>
13
14 <name>Config Params Node</name>
15 <description>Config Params Utilities for DG</description>
16
17 <properties>
18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 </properties>
20
21
22 <dependencyManagement>
23
24 <dependencies>
25 <dependency>
26 <groupId>org.openecomp.appc</groupId>
27 <artifactId>appc-config-params-features</artifactId>
28 <classifier>features</classifier>
29 <type>xml</type>
30 <version>${project.version}</version>
31 </dependency>
32
33 <dependency>
34 <groupId>org.openecomp.appc</groupId>
35 <artifactId>appc-config-params-provider</artifactId>
36 <version>${project.version}</version>
37 </dependency>
38 </dependencies>
39
40
41 </dependencyManagement>
42
43
44 <modules>
45 <module>provider</module>
46 <module>features</module>
47 <module>installer</module>
48 </modules>
49</project>