blob: dce9b092dcd347e6239ee826b0533c58d9818938 [file] [log] [blame]
Skip Wonnell1ec4bf92017-08-15 20:42:44 -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
5 <parent>
Patrick Brady07567592017-12-13 11:09:30 -08006 <groupId>org.onap.appc</groupId>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -05007 <artifactId>appc-config</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08008 <version>1.3.0-SNAPSHOT</version>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -05009 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <artifactId>appc-config-adaptor</artifactId>
13 <packaging>pom</packaging>
14
15 <name>Config Component Adaptor</name>
16 <description>This adaptor implements Configure DG node that calls the Configuration Component</description>
17
18 <dependencyManagement>
19 <dependencies>
20 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080021 <groupId>org.onap.appc</groupId>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050022 <artifactId>appc-config-adaptor-features</artifactId>
23 <classifier>features</classifier>
24 <type>xml</type>
25 <version>${project.version}</version>
26 </dependency>
27 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080028 <groupId>org.onap.appc</groupId>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050029 <artifactId>appc-config-adaptor-provider</artifactId>
30 <version>${project.version}</version>
31 </dependency>
32 </dependencies>
33 </dependencyManagement>
34
35 <modules>
36 <module>provider</module>
37 <module>features</module>
38 <module>installer</module>
39 </modules>
40
41</project>