blob: 82daddf74898e1408eb3a0d8e2b32c9fad34e484 [file] [log] [blame]
Skip Wonnell1ec4bf92017-08-15 20:42:44 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
John McClungcd5f4f62018-06-13 14:03:54 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06007 Copyright (C) 2017 Amdocs
8 ================================================================================
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 ============LICENSE_END=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060021 -->
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24
25 <parent>
Patrick Bradyb49dd122018-08-10 15:30:58 -070026 <groupId>org.onap.appc.parent</groupId>
27 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080028 <version>1.5.0-SNAPSHOT</version>
Patrick Bradyb49dd122018-08-10 15:30:58 -070029 <relativePath />
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050030 </parent>
31
Patrick Bradyb49dd122018-08-10 15:30:58 -070032 <groupId>org.onap.appc</groupId>
33
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050034 <modelVersion>4.0.0</modelVersion>
35 <artifactId>appc-config-adaptor</artifactId>
36 <packaging>pom</packaging>
37
38 <name>Config Component Adaptor</name>
39 <description>This adaptor implements Configure DG node that calls the Configuration Component</description>
40
41 <dependencyManagement>
42 <dependencies>
43 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080044 <groupId>org.onap.appc</groupId>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050045 <artifactId>appc-config-adaptor-features</artifactId>
46 <classifier>features</classifier>
47 <type>xml</type>
48 <version>${project.version}</version>
49 </dependency>
50 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080051 <groupId>org.onap.appc</groupId>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050052 <artifactId>appc-config-adaptor-provider</artifactId>
53 <version>${project.version}</version>
54 </dependency>
55 </dependencies>
56 </dependencyManagement>
57
58 <modules>
59 <module>provider</module>
60 <module>features</module>
61 <module>installer</module>
62 </modules>
63
Patrick Bradyccd67e92018-11-12 12:14:11 -080064 <version>1.5.0-SNAPSHOT</version>
Skip Wonnell1ec4bf92017-08-15 20:42:44 -050065</project>