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-aai-client</artifactId> |
| 13 | |
| 14 | <name>APPC AAI Client for Node</name> |
| 15 | <url>http://wiki.sdn.labs.att.com</url> |
| 16 | <description>Common Utilities for DG</description> |
| 17 | |
| 18 | <dependencyManagement> |
| 19 | <dependencies> |
| 20 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 21 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 22 | <artifactId>appc-aai-client.features</artifactId> |
| 23 | <classifier>features</classifier> |
| 24 | <type>xml</type> |
| 25 | <version>${project.version}</version> |
| 26 | </dependency> |
| 27 | |
| 28 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 29 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 30 | <artifactId>appc-aai-client.provider</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame^] | 34 | <groupId>org.onap.appc</groupId> |
Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame] | 35 | <artifactId>appc-aai-client.installer</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | </dependencies> |
| 39 | |
| 40 | |
| 41 | </dependencyManagement> |
| 42 | |
| 43 | <modules> |
| 44 | <module>provider</module> |
| 45 | <module>features</module> |
| 46 | <module>installer</module> |
| 47 | </modules> |
| 48 | </project> |