Skip Wonnell | 463f70e | 2018-01-12 10:00:59 -0600 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP : APPC |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. |
| 6 | Copyright (C) 2017 Amdocs |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END========================================================= |
| 20 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | --> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 22 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 24 | <modelVersion>4.0.0</modelVersion> |
| 25 | <parent> |
| 26 | <groupId>org.onap.appc</groupId> |
| 27 | <artifactId>appc</artifactId> |
| 28 | <version>1.3.0-SNAPSHOT</version> |
| 29 | </parent> |
| 30 | <artifactId>appc-inbound</artifactId> |
| 31 | <packaging>pom</packaging> |
| 32 | <name>Application Controller Inbound</name> |
| 33 | <description>Application Controller Inbound</description> |
| 34 | |
| 35 | <properties> |
| 36 | <jackson.version>2.3.2</jackson.version> |
| 37 | <snakeyaml.version>1.12</snakeyaml.version> |
| 38 | <velocity.version>1.7</velocity.version> |
| 39 | <jettison.version>1.3.7</jettison.version> |
Taka Cho | ff286ea | 2018-02-23 21:30:06 -0500 | [diff] [blame^] | 40 | <commons.collections.version>3.2.2</commons.collections.version> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 41 | <common.io.version>2.5</common.io.version> |
| 42 | <tosca.datatype.version>1.1.0</tosca.datatype.version> |
| 43 | </properties> |
| 44 | <modules> |
| 45 | <module>appc-artifact-handler</module> |
| 46 | <module>appc-design-services</module> |
| 47 | <module>appc-interfaces-service</module> |
| 48 | </modules> |
| 49 | |
| 50 | </project> |