28d19c3584ed7ac28ba8b4028a04acf5c1332ee6
[appc.git] / appc-config / appc-data-services / pom.xml
1 <?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.3.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>