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 | 4b83d7a | 2019-09-11 15:08:26 -0700 | [diff] [blame] | 29 | <version>2.6.2-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 | b842ba8 | 2019-09-20 13:29:03 -0700 | [diff] [blame] | 34 | <version>1.3.5</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> |
| 39 | <skip.karaf.featureTest>true</skip.karaf.featureTest> |
| 40 | <commons.collections.version>3.2.2</commons.collections.version> |
Patrick Brady | 66661bf | 2019-01-07 16:34:40 -0800 | [diff] [blame] | 41 | <snakeyaml.version>1.15</snakeyaml.version> |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 42 | <tosca.datatype.version>1.1.0</tosca.datatype.version> |
| 43 | <velocity.version>1.7</velocity.version> |
| 44 | </properties> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 45 | <dependencyManagement> |
| 46 | <dependencies> |
| 47 | <dependency> |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame] | 48 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 49 | <artifactId>sli-common</artifactId> |
| 50 | <version>${ccsdk.sli.core.version}</version> |
| 51 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 52 | |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame] | 53 | <dependency> |
| 54 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 55 | <artifactId>sli-provider</artifactId> |
| 56 | <version>${ccsdk.sli.core.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 60 | <artifactId>ccsdk-sli</artifactId> |
| 61 | <version>${ccsdk.sli.core.version}</version> |
| 62 | <type>xml</type> |
| 63 | <classifier>features</classifier> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.onap.ccsdk.sli.adaptors</groupId> |
| 67 | <artifactId>aai-service-provider</artifactId> |
| 68 | <version>${sdnctl.aai.service.version}</version> |
| 69 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 70 | |
Patrick Brady | d72895e | 2019-08-08 14:00:07 -0700 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>org.onap.ccsdk.sli.core</groupId> |
| 73 | <artifactId>dblib-provider</artifactId> |
| 74 | <version>${sdnctl.dblib.version}</version> |
| 75 | </dependency> |
Patrick Brady | 20a1fb8 | 2019-02-22 13:20:53 -0800 | [diff] [blame] | 76 | </dependencies> |
| 77 | </dependencyManagement> |
Patrick Brady | 0643392 | 2019-08-09 10:51:41 -0700 | [diff] [blame] | 78 | |
| 79 | <build> |
| 80 | <plugins> |
| 81 | <plugin> |
| 82 | <groupId>org.apache.maven.plugins</groupId> |
| 83 | <artifactId>maven-install-plugin</artifactId> |
| 84 | <version>2.5.2</version> |
| 85 | <executions> |
| 86 | <execution> |
| 87 | <id>additional-install</id> |
| 88 | <phase>none</phase> |
| 89 | </execution> |
| 90 | </executions> |
| 91 | </plugin> |
| 92 | </plugins> |
| 93 | </build> |
| 94 | |
Patrick Brady | 695c82e | 2018-09-21 14:06:04 -0700 | [diff] [blame] | 95 | </project> |