Use 1.5.0 parent pom
[ccsdk/features.git] / sdnr / northbound / features / ccsdk-features-sdnr-northbound-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.onap.ccsdk.parent</groupId>
7     <artifactId>single-feature-parent</artifactId>
8     <version>1.5.0</version>
9     <relativePath/>
10   </parent>
11
12   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
13   <artifactId>sdnr-northbound-all</artifactId>
14   <version>0.7.0-SNAPSHOT</version>
15   <packaging>feature</packaging>
16
17   <name>ccsdk-features-sdnr-northbound :: features :: ${project.artifactId}</name>
18 <!--
19   <dependencyManagement>
20     <dependencies>
21       <dependency>
22         <groupId>org.opendaylight.mdsal.model</groupId>
23         <artifactId>mdsal-model-artifacts</artifactId>
24         <version>${odl.mdsal.model.version}</version>
25         <type>pom</type>
26         <scope>import</scope>
27       </dependency>
28       <dependency>
29         <groupId>org.opendaylight.controller</groupId>
30         <artifactId>mdsal-artifacts</artifactId>
31         <version>${odl.mdsal.version}</version>
32         <type>pom</type>
33         <scope>import</scope>
34       </dependency>
35     </dependencies>
36   </dependencyManagement>
37 -->
38   <dependencies>
39     <dependency>
40       <groupId>${project.groupId}</groupId>
41       <artifactId>sdnr-oofpcipoc</artifactId>
42       <version>${project.version}</version>
43       <type>xml</type>
44       <classifier>features</classifier>
45     </dependency>
46   </dependencies>
47 </project>