Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP : APPC |
| 4 | ================================================================================ |
John McClung | a802739 | 2018-06-13 15:49:08 -0400 | [diff] [blame] | 5 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 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========================================================= |
Skip Wonnell | 8c4b89b | 2018-01-12 09:24:03 -0600 | [diff] [blame] | 20 | --> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 21 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 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> |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 25 | <groupId>org.onap.appc</groupId> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 26 | <artifactId>appc</artifactId> |
Patrick Brady | 84d0a25 | 2018-05-22 10:42:55 -0700 | [diff] [blame] | 27 | <version>1.4.0-SNAPSHOT</version> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 28 | </parent> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 29 | |
Patrick Brady | 0756759 | 2017-12-13 11:09:30 -0800 | [diff] [blame] | 30 | <groupId>org.onap.appc</groupId> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 31 | <artifactId>appc-config</artifactId> |
| 32 | <packaging>pom</packaging> |
| 33 | <name>Application Controller Config</name> |
| 34 | <description>Application Controller Config</description> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 35 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 36 | <properties> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 37 | <jackson.version>2.3.2</jackson.version> |
| 38 | <snakeyaml.version>1.12</snakeyaml.version> |
| 39 | <velocity.version>1.7</velocity.version> |
| 40 | <jettison.version>1.3.7</jettison.version> |
| 41 | <common.collections.version>3.2.1</common.collections.version> |
| 42 | <common.io.version>2.5</common.io.version> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 43 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 44 | <tosca.datatype.version>1.1.0</tosca.datatype.version> |
| 45 | </properties> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 46 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 47 | <dependencyManagement> |
| 48 | <dependencies> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 49 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 50 | <dependency> |
Patrick Brady | 7670600 | 2017-09-04 21:37:25 -0700 | [diff] [blame] | 51 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 52 | <artifactId>sql-resource-provider</artifactId> |
Patrick Brady | c5dd5d8 | 2017-11-21 11:15:32 -0800 | [diff] [blame] | 53 | <version>${ccsdk.sli.adaptors.version}</version> |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 54 | </dependency> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 55 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 56 | <dependency> |
| 57 | <groupId>com.fasterxml.jackson.core</groupId> |
| 58 | <artifactId>jackson-databind</artifactId> |
| 59 | <version>${jackson.version}</version> |
| 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>com.fasterxml.jackson.core</groupId> |
| 63 | <artifactId>jackson-annotations</artifactId> |
| 64 | <version>${jackson.version}</version> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>com.fasterxml.jackson.core</groupId> |
| 68 | <artifactId>jackson-core</artifactId> |
| 69 | <version>${jackson.version}</version> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 73 | <artifactId>jackson-dataformat-properties</artifactId> |
| 74 | <version>${jackson.version}</version> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 78 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 79 | <version>${jackson.version}</version> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>org.yaml</groupId> |
| 83 | <artifactId>snakeyaml</artifactId> |
| 84 | <version>${snakeyaml.version}</version> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.apache.velocity</groupId> |
| 88 | <artifactId>velocity</artifactId> |
| 89 | <version>${velocity.version}</version> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>commons-io</groupId> |
| 93 | <artifactId>commons-io</artifactId> |
| 94 | <version>${common.io.version}</version> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.codehaus.jettison</groupId> |
| 98 | <artifactId>jettison</artifactId> |
| 99 | <version>${jettison.version}</version> |
| 100 | <scope>provided</scope> |
| 101 | </dependency> |
| 102 | </dependencies> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 103 | |
Skip Wonnell | 9296b76 | 2017-08-15 17:26:38 -0500 | [diff] [blame] | 104 | </dependencyManagement> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 105 | |
Skip Wonnell | 5166a76 | 2017-08-15 19:57:50 -0500 | [diff] [blame] | 106 | <modules> |
| 107 | <module>appc-config-params</module> |
| 108 | <module>appc-encryption-tool</module> |
| 109 | <module>appc-data-services</module> |
| 110 | <module>appc-flow-controller</module> |
| 111 | <module>appc-config-generator</module> |
| 112 | <module>appc-config-adaptor</module> |
| 113 | <module>appc-config-audit</module> |
| 114 | </modules> |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 115 | |
| 116 | </project> |