blob: bc049afa5f0f0284a1d0b8c37484d04edd7926d6 [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>
Patrick Brady07567592017-12-13 11:09:30 -08005 <groupId>org.onap.appc</groupId>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04006 <artifactId>appc-config</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08007 <version>1.3.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>
Patrick Brady07567592017-12-13 11:09:30 -080026 <groupId>org.onap.appc</groupId>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040027 <artifactId>appc-config-params-features</artifactId>
28 <classifier>features</classifier>
29 <type>xml</type>
30 <version>${project.version}</version>
31 </dependency>
32
33 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080034 <groupId>org.onap.appc</groupId>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040035 <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>