blob: cf05d242c6d3431bf4764ad2eba6a004508cd8d9 [file] [log] [blame]
Skip Wonnell86011b92017-08-15 17:05:27 -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>
Patrick Brady07567592017-12-13 11:09:30 -08005 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -05006 <artifactId>appc-config</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08007 <version>1.3.0-SNAPSHOT</version>
Skip Wonnell86011b92017-08-15 17:05:27 -05008 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <packaging>pom</packaging>
12 <artifactId>appc-config-data-services</artifactId>
13
14 <name>APPC Data Services for Node</name>
15 <description>Common Utilities for DG</description>
16
17 <properties>
18 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19 </properties>
20
21 <dependencyManagement>
22 <dependencies>
23 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080024 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -050025 <artifactId>appc-config-data-services-features</artifactId>
26 <classifier>features</classifier>
27 <type>xml</type>
28 <version>${project.version}</version>
29 </dependency>
30
31 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080032 <groupId>org.onap.appc</groupId>
Skip Wonnell86011b92017-08-15 17:05:27 -050033 <artifactId>appc-config-data-services-provider</artifactId>
34 <version>${project.version}</version>
35 </dependency>
36 </dependencies>
37
38
39 </dependencyManagement>
40
41
42 <modules>
43 <module>provider</module>
44 <module>features</module>
45 <module>installer</module>
46 </modules>
47
48</project>