Roll to next snapshot
[ccsdk/features.git] / sdnr / wt / odlux / core / features / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- * ============LICENSE_START=======================================================
3     * ONAP : CCSDK.feature.sdnr.wt * ================================================================================
4     * Copyright (C) 2018 highstreet technologies GmbH Intellectual Property.
5     * All rights reserved. * ================================================================================
6     * Licensed under the Apache License, Version 2.0 (the "License"); * you may
7     not use this file except in compliance with the License. * You may obtain
8     a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *
9     * Unless required by applicable law or agreed to in writing, software * distributed
10     under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES
11     OR CONDITIONS OF ANY KIND, either express or implied. * See the License for
12     the specific language governing permissions and * limitations under the License.
13     * ============LICENSE_END========================================================= -->
14 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
15     <modelVersion>4.0.0</modelVersion>
16
17     <parent>
18         <groupId>org.onap.ccsdk.parent</groupId>
19         <artifactId>single-feature-parent</artifactId>
20         <version>1.5.2-SNAPSHOT</version>
21         <relativePath/>
22     </parent>
23
24     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
25     <artifactId>sdnr-wt-odlux-core-feature</artifactId>
26     <version>0.7.1-SNAPSHOT</version>
27     <packaging>feature</packaging>
28
29     <name>ccsdk-features :: ${project.artifactId}</name>
30     <licenses>
31         <license>
32             <name>Apache License, Version 2.0</name>
33             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
34         </license>
35     </licenses>
36
37     <dependencyManagement>
38         <dependencies>
39             <dependency>
40                 <groupId>org.opendaylight.controller</groupId>
41                 <artifactId>mdsal-artifacts</artifactId>
42                 <version>${odl.controller.mdsal.version}</version>
43                 <type>pom</type>
44                 <scope>import</scope>
45             </dependency>
46         </dependencies>
47     </dependencyManagement>
48     <dependencies>
49
50         <dependency>
51             <groupId>${project.groupId}</groupId>
52             <artifactId>sdnr-wt-odlux-core-provider</artifactId>
53             <version>${project.version}</version>
54         </dependency>
55
56     </dependencies>
57 </project>