Merge "Application name changes in meta json"
[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.5.2-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.3.3-SNAPSHOT</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             <dependency>
39                 <groupId>org.opendaylight.mdsal.model</groupId>
40                 <artifactId>mdsal-model-artifacts</artifactId>
41                 <version>${odl.mdsal.model.version}</version>
42                 <type>pom</type>
43                 <scope>import</scope>
44             </dependency>
45             <dependency>
46                 <groupId>org.opendaylight.controller</groupId>
47                 <artifactId>mdsal-artifacts</artifactId>
48                 <version>${odl.controller.mdsal.version}</version>
49                 <type>pom</type>
50                 <scope>import</scope>
51             </dependency>
52         </dependencies>
53     </dependencyManagement>
54
55     <dependencies>
56
57         <dependency>
58             <groupId>${project.groupId}</groupId>
59             <artifactId>sdnr-wt-odlux-core-provider</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62
63     </dependencies>
64 </project>