Changed to unmaintained
[appc.git] / appc-config / appc-config-adaptor / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : APPC
5   ================================================================================
6   Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
7   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=========================================================
21   -->
22 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
24     <parent>
25         <groupId>org.onap.appc.parent</groupId>
26         <artifactId>odlparent-lite</artifactId>
27         <version>2.7.2</version>
28         <relativePath/>
29     </parent>
30
31   <groupId>org.onap.appc</groupId>
32
33     <modelVersion>4.0.0</modelVersion>
34     <artifactId>appc-config-adaptor</artifactId>
35     <packaging>pom</packaging>
36
37     <name>Config Component Adaptor</name>
38     <description>This adaptor implements Configure DG node that calls the Configuration Component</description>
39
40     <dependencyManagement>
41         <dependencies>
42             <dependency>
43                 <groupId>org.onap.appc</groupId>
44                 <artifactId>appc-config-adaptor-features</artifactId>
45                 <classifier>features</classifier>
46                 <type>xml</type>
47                 <version>${project.version}</version>
48             </dependency>
49             <dependency>
50                 <groupId>org.onap.appc</groupId>
51                 <artifactId>appc-config-adaptor-provider</artifactId>
52                 <version>${project.version}</version>
53             </dependency>
54         </dependencies>
55     </dependencyManagement>
56
57     <modules>
58         <module>provider</module>
59         <module>features</module>
60         <module>installer</module>
61     </modules>
62
63     <version>1.8.0-SNAPSHOT</version>
64 </project>