Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
| 3 | <modelVersion>4.0.0</modelVersion>
|
| 4 | <parent>
|
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 5 | <groupId>org.onap.appc</groupId>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 6 | <artifactId>appc</artifactId>
|
Jessica Wagantall | 6536799 | 2017-11-16 17:22:13 -0800 | [diff] [blame] | 7 | <version>1.3.0-SNAPSHOT</version>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 8 | </parent>
|
| 9 | <artifactId>appc-inbound</artifactId>
|
| 10 | <packaging>pom</packaging>
|
| 11 | <name>Application Controller Inbound</name>
|
| 12 | <description>Application Controller Inbound</description>
|
| 13 |
|
| 14 | <properties>
|
Patrick Brady | 8bf853a | 2017-10-27 12:35:32 -0700 | [diff] [blame] | 15 | <jackson.version>2.3.2</jackson.version>
|
| 16 | <snakeyaml.version>1.12</snakeyaml.version>
|
| 17 | <velocity.version>1.7</velocity.version>
|
| 18 | <jettison.version>1.3.7</jettison.version>
|
| 19 | <common.collections.version>3.2.1</common.collections.version>
|
| 20 | <common.io.version>2.5</common.io.version>
|
| 21 | <tosca.datatype.version>1.1.0</tosca.datatype.version>
|
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 22 | </properties>
|
| 23 | <modules>
|
| 24 | <module>appc-artifact-handler</module>
|
| 25 | <module>appc-design-services</module>
|
| 26 | </modules>
|
| 27 |
|
| 28 | </project>
|