Merge "Inclusion of A1 adapter in SDNR meta karaf feature"
[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     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
18     <artifactId>sdnr-wt-odlux-core-feature</artifactId>
19     <version>0.7.0-SNAPSHOT</version>
20     <packaging>feature</packaging>
21     <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
22
23     <parent>
24         <groupId>org.onap.ccsdk.parent</groupId>
25         <artifactId>single-feature-parent</artifactId>
26         <version>1.5.0</version>
27         <relativePath/>
28     </parent>
29     <licenses>
30         <license>
31             <name>Apache License, Version 2.0</name>
32             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
33         </license>
34     </licenses>
35
36     <dependencyManagement>
37         <dependencies>
38             
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
49     <dependencies>
50
51         <dependency>
52             <groupId>${project.groupId}</groupId>
53             <artifactId>sdnr-wt-odlux-core-provider</artifactId>
54             <version>${project.version}</version>
55         </dependency>
56
57     </dependencies>
58 </project>