blob: dd6eb5637ca6ef673549d1f6226cc7fb7a657d88 [file] [log] [blame]
Anand Chaturvedie178b072017-08-14 20:10:36 -04001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <parent>
Patrick Brady07567592017-12-13 11:09:30 -08005 <groupId>org.onap.appc</groupId>
Anand Chaturvedie178b072017-08-14 20:10:36 -04006 <artifactId>appc-outbound</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08007 <version>1.3.0-SNAPSHOT</version>
Anand Chaturvedie178b072017-08-14 20:10:36 -04008 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <packaging>pom</packaging>
12 <artifactId>appc-network-inventory-client</artifactId>
13 <name>APPC Network Inventory Client</name>
14
15
16 <properties>
17 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <logback.version>1.1.1</logback.version>
19 <common.collections.version>3.2.1</common.collections.version>
20 <common.io.version>2.5</common.io.version>
21 <jettison.version>1.3.7</jettison.version>
22 <velocity.version>1.7</velocity.version>
23 <jackson.version>2.3.2</jackson.version>
24 <snakeyaml.version>1.12</snakeyaml.version>
25 </properties>
26
27
28 <dependencyManagement>
29
30 <dependencies>
31 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080032 <groupId>org.onap.appc</groupId>
Anand Chaturvedie178b072017-08-14 20:10:36 -040033 <artifactId>appc-network-inventory-client-features</artifactId>
34 <classifier>features</classifier>
35 <type>xml</type>
36 <version>${project.version}</version>
37 </dependency>
38
39 <dependency>
Patrick Brady07567592017-12-13 11:09:30 -080040 <groupId>org.onap.appc</groupId>
Anand Chaturvedie178b072017-08-14 20:10:36 -040041 <artifactId>appc-network-inventory-client-provider</artifactId>
42 <version>${project.version}</version>
43 </dependency>
44 </dependencies>
45 </dependencyManagement>
46 <modules>
47 <module>provider</module>
48 <module>features</module>
49 <module>installer</module>
50 </modules>
51</project>