blob: 2c310625913f3e91d1d159229f1dfe57ac8ae01b [file] [log] [blame]
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06001<!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
John McClungcd5f4f62018-06-13 14:03:54 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell8c4b89b2018-01-12 09:24:03 -06006 Copyright (C) 2017 Amdocs
7 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
Skip Wonnell8c4b89b2018-01-12 09:24:03 -060020 -->
Patrick Brady57b5eef2017-02-10 15:00:49 -080021<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/xsd/maven-4.0.0.xsd">
22 <modelVersion>4.0.0</modelVersion>
23 <parent>
Patrick Brady07567592017-12-13 11:09:30 -080024 <groupId>org.onap.appc</groupId>
Patrick Brady57b5eef2017-02-10 15:00:49 -080025 <artifactId>appc</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070026 <version>1.4.0-SNAPSHOT</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -080027 </parent>
28 <artifactId>appc-adapters</artifactId>
29 <name>APPC Adapters</name>
30 <description>Adapter bundles for app-c</description>
31 <packaging>pom</packaging>
32
33 <modules>
34 <module>appc-chef-adapter</module>
35 <module>appc-rest-adapter</module>
36 <module>appc-iaas-adapter</module>
37 <module>appc-dmaap-adapter</module>
38 <module>appc-netconf-adapter</module>
39 <module>appc-ssh-adapter</module>
Patrick Bradyc7d00752017-06-01 10:45:37 -070040 <module>appc-rest-healthcheck-adapter</module>
Ashwin Sridharan0414b3e2017-06-14 23:11:25 -040041 <module>appc-ansible-adapter</module>
Patrick Brady57b5eef2017-02-10 15:00:49 -080042 </modules>
43</project>