Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 5 | ================================================================================ |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 6 | Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 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 | --> |
| 21 | <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/maven-v4_0_0.xsd"> |
| 23 | |
| 24 | |
| 25 | <modelVersion>4.0.0</modelVersion> |
| 26 | <packaging>pom</packaging> |
| 27 | <groupId>org.onap.appc.parent</groupId> |
| 28 | <artifactId>single-feature-parent</artifactId> |
Patrick Brady | e8c73ad | 2019-08-07 13:41:01 -0700 | [diff] [blame] | 29 | <version>2.6.1-SNAPSHOT</version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 30 | |
| 31 | <parent> |
| 32 | <groupId>org.onap.ccsdk.parent</groupId> |
| 33 | <artifactId>single-feature-parent</artifactId> |
Patrick Brady | dd22bcd | 2019-03-21 14:09:46 -0700 | [diff] [blame] | 34 | <version>1.2.1</version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 35 | <relativePath /> |
| 36 | </parent> |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame^] | 37 | |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 38 | <properties> |
Patrick Brady | 4fa08bb | 2019-04-24 11:57:41 -0700 | [diff] [blame] | 39 | <commons-codec.version>1.12</commons-codec.version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 40 | <skip.karaf.featureTest>true</skip.karaf.featureTest> |
| 41 | <commons.collections.version>3.2.2</commons.collections.version> |
Patrick Brady | 66661bf | 2019-01-07 16:34:40 -0800 | [diff] [blame] | 42 | <snakeyaml.version>1.15</snakeyaml.version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 43 | <tosca.datatype.version>1.1.0</tosca.datatype.version> |
| 44 | <velocity.version>1.7</velocity.version> |
| 45 | </properties> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 46 | <dependencyManagement> |
| 47 | <dependencies> |
| 48 | <dependency> |
Patrick Brady | 4fa08bb | 2019-04-24 11:57:41 -0700 | [diff] [blame] | 49 | <groupId>commons-codec</groupId> |
| 50 | <artifactId>commons-codec</artifactId> |
| 51 | <version>${commons-codec.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame^] | 54 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 55 | <artifactId>sli-common</artifactId> |
| 56 | <version>${ccsdk.sli.core.version}</version> |
| 57 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 58 | |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame^] | 59 | <dependency> |
| 60 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 61 | <artifactId>sli-provider</artifactId> |
| 62 | <version>${ccsdk.sli.core.version}</version> |
| 63 | </dependency> |
| 64 | <dependency> |
| 65 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 66 | <artifactId>ccsdk-sli</artifactId> |
| 67 | <version>${ccsdk.sli.core.version}</version> |
| 68 | <type>xml</type> |
| 69 | <classifier>features</classifier> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 73 | <artifactId>aai-service-provider</artifactId> |
| 74 | <version>${sdnctl.aai.service.version}</version> |
| 75 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 76 | |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame^] | 77 | <dependency> |
| 78 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 79 | <artifactId>dblib-provider</artifactId> |
| 80 | <version>${sdnctl.dblib.version}</version> |
| 81 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 82 | </dependencies> |
| 83 | </dependencyManagement> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 84 | </project> |