Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame^] | 2 | <!--
|
| 3 | ============LICENSE_START=======================================================
|
| 4 | ONAP : APPC
|
| 5 | ================================================================================
|
| 6 | Copyright (C) 2017 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 | ECOMP is a trademark and service mark of AT&T Intellectual Property.
|
| 22 | -->
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 23 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 24 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
| 25 |
|
| 26 | <parent>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 27 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 28 | <artifactId>appc-inbound</artifactId>
|
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 29 | <version>1.3.0-SNAPSHOT</version>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 30 | </parent>
|
| 31 | <modelVersion>4.0.0</modelVersion>
|
| 32 | <packaging>pom</packaging>
|
| 33 | <artifactId>appc-artifact-handler</artifactId>
|
| 34 |
|
| 35 | <dependencyManagement>
|
| 36 | <dependencies>
|
| 37 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 38 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 39 | <artifactId>appc-artifact-handler-features</artifactId>
|
| 40 | <classifier>features</classifier>
|
| 41 | <type>xml</type>
|
| 42 | <version>${project.version}</version>
|
| 43 | </dependency>
|
| 44 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 45 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 46 | <artifactId>appc-artifact-handler-model</artifactId>
|
| 47 | <version>${project.version}</version>
|
| 48 | </dependency>
|
| 49 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 50 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 51 | <artifactId>appc-artifact-handler-provider</artifactId>
|
| 52 | <version>${project.version}</version>
|
| 53 | <classifier>config</classifier>
|
| 54 | <type>xml</type>
|
| 55 | </dependency>
|
| 56 | <dependency>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 57 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 58 | <artifactId>appc-artifact-handler-provider</artifactId>
|
| 59 | <version>${project.version}</version>
|
| 60 | </dependency>
|
| 61 | </dependencies>
|
| 62 | </dependencyManagement>
|
| 63 |
|
| 64 | <modules>
|
| 65 | <module>model</module>
|
| 66 | <module>provider</module>
|
| 67 | <module>features</module>
|
| 68 | <module>installer</module>
|
| 69 | </modules>
|
| 70 | </project>
|