blob: 6745cc84b7d1e1c24de89062d5c6378abd77fc78 [file] [log] [blame]
Patrick Brady695c82e2018-09-21 14:06:04 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3============LICENSE_START=======================================================
4ONAP : APPC
5================================================================================
Patrick Brady20a1fb82019-02-22 13:20:53 -08006Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.
Patrick Brady695c82e2018-09-21 14:06:04 -07007=============================================================================
8Licensed under the Apache License, Version 2.0 (the "License");
9you may not use this file except in compliance with the License.
10You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14Unless required by applicable law or agreed to in writing, software
15distributed under the License is distributed on an "AS IS" BASIS,
16WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17See the License for the specific language governing permissions and
18limitations 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 Bradye8c73ad2019-08-07 13:41:01 -070029 <version>2.6.1-SNAPSHOT</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070030
31 <parent>
32 <groupId>org.onap.ccsdk.parent</groupId>
33 <artifactId>single-feature-parent</artifactId>
Patrick Bradydd22bcd2019-03-21 14:09:46 -070034 <version>1.2.1</version>
Patrick Brady695c82e2018-09-21 14:06:04 -070035 <relativePath />
36 </parent>
Patrick Bradyd72895e2019-08-08 14:00:07 -070037
Patrick Brady695c82e2018-09-21 14:06:04 -070038 <properties>
Patrick Brady4fa08bb2019-04-24 11:57:41 -070039 <commons-codec.version>1.12</commons-codec.version>
Patrick Brady695c82e2018-09-21 14:06:04 -070040 <skip.karaf.featureTest>true</skip.karaf.featureTest>
41 <commons.collections.version>3.2.2</commons.collections.version>
Patrick Brady66661bf2019-01-07 16:34:40 -080042 <snakeyaml.version>1.15</snakeyaml.version>
Patrick Brady695c82e2018-09-21 14:06:04 -070043 <tosca.datatype.version>1.1.0</tosca.datatype.version>
44 <velocity.version>1.7</velocity.version>
45 </properties>
Patrick Brady20a1fb82019-02-22 13:20:53 -080046 <dependencyManagement>
47 <dependencies>
48 <dependency>
Patrick Brady4fa08bb2019-04-24 11:57:41 -070049 <groupId>commons-codec</groupId>
50 <artifactId>commons-codec</artifactId>
51 <version>${commons-codec.version}</version>
52 </dependency>
53 <dependency>
Patrick Bradyd72895e2019-08-08 14:00:07 -070054 <groupId>org.onap.ccsdk.sli.core</groupId>
55 <artifactId>sli-common</artifactId>
56 <version>${ccsdk.sli.core.version}</version>
57 </dependency>
Patrick Brady20a1fb82019-02-22 13:20:53 -080058
Patrick Bradyd72895e2019-08-08 14:00:07 -070059 <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 Brady20a1fb82019-02-22 13:20:53 -080076
Patrick Bradyd72895e2019-08-08 14:00:07 -070077 <dependency>
78 <groupId>org.onap.ccsdk.sli.core</groupId>
79 <artifactId>dblib-provider</artifactId>
80 <version>${sdnctl.dblib.version}</version>
81 </dependency>
Patrick Brady20a1fb82019-02-22 13:20:53 -080082 </dependencies>
83 </dependencyManagement>
Patrick Brady695c82e2018-09-21 14:06:04 -070084</project>