Merge "SDN-R ws notifications"
[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
15 <project xmlns="http://maven.apache.org/POM/4.0.0"
16     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
17     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18     <modelVersion>4.0.0</modelVersion>
19
20     <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
21     <artifactId>sdnr-wt-odlux-core-feature</artifactId>
22     <version>0.4.2-SNAPSHOT</version>
23     <packaging>feature</packaging>
24     <name>ccsdk-features-sdnr-wt :: ${project.artifactId} :: feature</name>
25
26     <parent>
27         <groupId>org.onap.ccsdk.parent</groupId>
28         <artifactId>single-feature-parent</artifactId>
29         <version>1.2.2-SNAPSHOT</version>
30         <relativePath />
31     </parent>
32     <licenses>
33         <license>
34             <name>Apache License, Version 2.0</name>
35             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
36         </license>
37     </licenses>
38
39     <dependencyManagement>
40         <dependencies>
41             <dependency>
42                 <groupId>org.opendaylight.mdsal.model</groupId>
43                 <artifactId>mdsal-model-artifacts</artifactId>
44                 <version>${odl.mdsal.model.version}</version>
45                 <type>pom</type>
46                 <scope>import</scope>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.controller</groupId>
50                 <artifactId>mdsal-artifacts</artifactId>
51                 <version>${odl.controller.mdsal.version}</version>
52                 <type>pom</type>
53                 <scope>import</scope>
54             </dependency>
55         </dependencies>
56     </dependencyManagement>
57
58     <dependencies>
59
60         <dependency>
61             <groupId>${project.groupId}</groupId>
62             <artifactId>sdnr-wt-odlux-core-provider</artifactId>
63             <version>${project.version}</version>
64         </dependency>
65
66     </dependencies>
67 </project>