blob: b7eac69fe8b18f10b896b62de05a265b1dfdf2f4 [file] [log] [blame]
Anand Chaturvedie178b072017-08-14 20:10:36 -04001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell463f70e2018-01-12 10:00:59 -06002<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
Patrick Brady5b817642018-03-22 15:12:48 -07006 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -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
Patrick Brady5b817642018-03-22 15:12:48 -070012
Skip Wonnell463f70e2018-01-12 10:00:59 -060013 http://www.apache.org/licenses/LICENSE-2.0
Patrick Brady5b817642018-03-22 15:12:48 -070014
Skip Wonnell463f70e2018-01-12 10:00:59 -060015 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 Wonnell463f70e2018-01-12 10:00:59 -060021 -->
Anand Chaturvedie178b072017-08-14 20:10:36 -040022<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Taka Choea9b8552018-03-23 15:57:59 -040023 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
24 <parent>
Patrick Brady46f865c2018-08-13 10:00:29 -070025 <groupId>org.onap.appc.parent</groupId>
26 <artifactId>odlparent-lite</artifactId>
Patrick Brady19ae7802019-01-08 12:25:10 -080027 <version>1.5.0-SNAPSHOT</version>
Patrick Brady46f865c2018-08-13 10:00:29 -070028 <relativePath />
Taka Choea9b8552018-03-23 15:57:59 -040029 </parent>
Patrick Brady46f865c2018-08-13 10:00:29 -070030 <groupId>org.onap.appc</groupId>
Anand Chaturvedie178b072017-08-14 20:10:36 -040031
Taka Choea9b8552018-03-23 15:57:59 -040032 <modelVersion>4.0.0</modelVersion>
33 <packaging>pom</packaging>
34 <artifactId>appc-network-inventory-client</artifactId>
35 <name>APPC Network Inventory Client</name>
Anand Chaturvedie178b072017-08-14 20:10:36 -040036
Patrick Brady5b817642018-03-22 15:12:48 -070037
Taka Choea9b8552018-03-23 15:57:59 -040038 <properties>
39 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Taka Choea9b8552018-03-23 15:57:59 -040040 <common.collections.version>3.2.2</common.collections.version>
41 <common.io.version>2.5</common.io.version>
42 <jettison.version>1.3.7</jettison.version>
43 <velocity.version>1.7</velocity.version>
44 <jackson.version>2.3.2</jackson.version>
45 <snakeyaml.version>1.12</snakeyaml.version>
46 </properties>
Anand Chaturvedie178b072017-08-14 20:10:36 -040047
Patrick Brady5b817642018-03-22 15:12:48 -070048
Taka Choea9b8552018-03-23 15:57:59 -040049 <dependencyManagement>
Patrick Brady5b817642018-03-22 15:12:48 -070050
Taka Choea9b8552018-03-23 15:57:59 -040051 <dependencies>
52 <dependency>
53 <groupId>org.onap.appc</groupId>
54 <artifactId>appc-network-inventory-client-features</artifactId>
55 <classifier>features</classifier>
56 <type>xml</type>
57 <version>${project.version}</version>
58 </dependency>
Patrick Brady5b817642018-03-22 15:12:48 -070059
Taka Choea9b8552018-03-23 15:57:59 -040060 <dependency>
61 <groupId>org.onap.appc</groupId>
62 <artifactId>appc-network-inventory-client-provider</artifactId>
63 <version>${project.version}</version>
64 </dependency>
65 </dependencies>
66 </dependencyManagement>
67 <modules>
68 <module>provider</module>
69 <module>features</module>
70 <module>installer</module>
71 </modules>
Patrick Bradyccd67e92018-11-12 12:14:11 -080072 <version>1.5.0-SNAPSHOT</version>
Patrick Brady5b817642018-03-22 15:12:48 -070073</project>