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> |
| 5 | <groupId>org.openecomp.appc</groupId> |
| 6 | <artifactId>appc-outbound</artifactId> |
| 7 | <version>1.1.0-SNAPSHOT</version> |
| 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> |
| 21 | <groupId>org.openecomp.appc</groupId> |
| 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> |
| 29 | <groupId>org.openecomp.appc</groupId> |
| 30 | <artifactId>appc-aai-client.provider</artifactId> |
| 31 | <version>${project.version}</version> |
| 32 | </dependency> |
| 33 | <dependency> |
| 34 | <groupId>org.openecomp.appc</groupId> |
| 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> |