Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [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 |
|
| 5 | <parent>
|
| 6 | <groupId>org.openecomp.appc</groupId>
|
| 7 | <artifactId>appc-inbound</artifactId>
|
| 8 | <version>1.1.0-SNAPSHOT</version>
|
| 9 | </parent>
|
| 10 | <modelVersion>4.0.0</modelVersion>
|
| 11 | <packaging>pom</packaging>
|
| 12 | <artifactId>appc-artifact-handler</artifactId>
|
| 13 |
|
| 14 | <dependencyManagement>
|
| 15 | <dependencies>
|
| 16 | <dependency>
|
| 17 | <groupId>org.openecomp.appc</groupId>
|
| 18 | <artifactId>appc-artifact-handler-features</artifactId>
|
| 19 | <classifier>features</classifier>
|
| 20 | <type>xml</type>
|
| 21 | <version>${project.version}</version>
|
| 22 | </dependency>
|
| 23 | <dependency>
|
| 24 | <groupId>org.openecomp.appc</groupId>
|
| 25 | <artifactId>appc-artifact-handler-model</artifactId>
|
| 26 | <version>${project.version}</version>
|
| 27 | </dependency>
|
| 28 | <dependency>
|
| 29 | <groupId>org.openecomp.appc</groupId>
|
| 30 | <artifactId>appc-artifact-handler-provider</artifactId>
|
| 31 | <version>${project.version}</version>
|
| 32 | <classifier>config</classifier>
|
| 33 | <type>xml</type>
|
| 34 | </dependency>
|
| 35 | <dependency>
|
| 36 | <groupId>org.openecomp.appc</groupId>
|
| 37 | <artifactId>appc-artifact-handler-provider</artifactId>
|
| 38 | <version>${project.version}</version>
|
| 39 | </dependency>
|
| 40 | </dependencies>
|
| 41 | </dependencyManagement>
|
| 42 |
|
| 43 | <modules>
|
| 44 | <module>model</module>
|
| 45 | <module>provider</module>
|
| 46 | <module>features</module>
|
| 47 | <module>installer</module>
|
| 48 | </modules>
|
| 49 | </project>
|