blob: c5059a607541051c726543372c1e1371c76df370 [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 ================================================================================
Taka Choea9b8552018-03-23 15:57:59 -04006 Copyright (C) 2017-2018 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
Taka Choea9b8552018-03-23 15:57:59 -040012
Skip Wonnell463f70e2018-01-12 10:00:59 -060013 http://www.apache.org/licenses/LICENSE-2.0
Taka Choea9b8552018-03-23 15:57:59 -040014
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>
25 <groupId>org.onap.appc</groupId>
26 <artifactId>appc-outbound</artifactId>
27 <version>1.3.0-SNAPSHOT</version>
28 </parent>
Anand Chaturvedie178b072017-08-14 20:10:36 -040029
Taka Choea9b8552018-03-23 15:57:59 -040030 <modelVersion>4.0.0</modelVersion>
31 <packaging>pom</packaging>
32 <artifactId>appc-network-inventory-client</artifactId>
33 <name>APPC Network Inventory Client</name>
Anand Chaturvedie178b072017-08-14 20:10:36 -040034
Taka Choea9b8552018-03-23 15:57:59 -040035 <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 Chaturvedie178b072017-08-14 20:10:36 -040045
Taka Choea9b8552018-03-23 15:57:59 -040046 <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>