blob: bca3ad05deda2a1e9ef81ecfbd2f69ead6cf8647 [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>
5 <groupId>org.openecomp.appc</groupId>
6 <artifactId>appc-config</artifactId>
7 <version>1.1.0-SNAPSHOT</version>
8 </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>
24 <groupId>org.openecomp.appc</groupId>
25 <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>
32 <groupId>org.openecomp.appc</groupId>
33 <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>