Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [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 | ================================================================================ |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 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 |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 12 | |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 13 | http://www.apache.org/licenses/LICENSE-2.0 |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 14 | |
Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 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 Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 21 | --> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 24 | <parent> |
| 25 | <groupId>org.onap.appc</groupId> |
| 26 | <artifactId>appc-outbound</artifactId> |
| 27 | <version>1.3.0-SNAPSHOT</version> |
| 28 | </parent> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 29 | |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 30 | <modelVersion>4.0.0</modelVersion> |
| 31 | <packaging>pom</packaging> |
| 32 | <artifactId>appc-network-inventory-client</artifactId> |
| 33 | <name>APPC Network Inventory Client</name> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 34 | |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 35 | <properties> |
| 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 37 | <logback.version>1.2.0</logback.version> |
| 38 | <common.collections.version>3.2.2</common.collections.version> |
| 39 | <common.io.version>2.5</common.io.version> |
| 40 | <jettison.version>1.3.7</jettison.version> |
| 41 | <velocity.version>1.7</velocity.version> |
| 42 | <jackson.version>2.3.2</jackson.version> |
| 43 | <snakeyaml.version>1.12</snakeyaml.version> |
| 44 | </properties> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 45 | |
Taka Cho | ea9b855 | 2018-03-23 15:57:59 -0400 | [diff] [blame^] | 46 | <dependencyManagement> |
| 47 | <dependencies> |
| 48 | <dependency> |
| 49 | <groupId>org.onap.appc</groupId> |
| 50 | <artifactId>appc-network-inventory-client-features</artifactId> |
| 51 | <classifier>features</classifier> |
| 52 | <type>xml</type> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.onap.appc</groupId> |
| 57 | <artifactId>appc-network-inventory-client-provider</artifactId> |
| 58 | <version>${project.version}</version> |
| 59 | </dependency> |
| 60 | </dependencies> |
| 61 | </dependencyManagement> |
| 62 | <modules> |
| 63 | <module>provider</module> |
| 64 | <module>features</module> |
| 65 | <module>installer</module> |
| 66 | </modules> |
| 67 | </project> |