blob: d826a65a2d954f27cc0d7b6f0f6ef2328c5bbba5 [file] [log] [blame]
Skip Wonnell463f70e2018-01-12 10:00:59 -06001<!--
2 ============LICENSE_START=======================================================
3 ONAP : APPC
4 ================================================================================
John McClung3a78edb2018-06-13 17:17:15 -04005 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnell463f70e2018-01-12 10:00:59 -06006 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=========================================================
Skip Wonnell463f70e2018-01-12 10:00:59 -060020 -->
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050021<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23 <modelVersion>4.0.0</modelVersion>
24 <parent>
25 <groupId>org.onap.appc</groupId>
26 <artifactId>appc</artifactId>
Patrick Bradyccd67e92018-11-12 12:14:11 -080027 <version>1.5.0-SNAPSHOT</version>
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050028 </parent>
29 <artifactId>appc-inbound</artifactId>
30 <packaging>pom</packaging>
31 <name>Application Controller Inbound</name>
32 <description>Application Controller Inbound</description>
33
34 <properties>
35 <jackson.version>2.3.2</jackson.version>
36 <snakeyaml.version>1.12</snakeyaml.version>
37 <velocity.version>1.7</velocity.version>
38 <jettison.version>1.3.7</jettison.version>
Taka Choff286ea2018-02-23 21:30:06 -050039 <commons.collections.version>3.2.2</commons.collections.version>
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050040 <common.io.version>2.5</common.io.version>
41 <tosca.datatype.version>1.1.0</tosca.datatype.version>
42 </properties>
43 <modules>
44 <module>appc-artifact-handler</module>
45 <module>appc-design-services</module>
46 <module>appc-interfaces-service</module>
47 </modules>
48
49</project>