Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 1 | <?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 Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 5 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 6 | <artifactId>appc-outbound</artifactId> |
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 7 | <version>1.3.0-SNAPSHOT</version> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 8 | </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 Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 32 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 33 | <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 Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 40 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 41 | <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> |