SDNR OOF PCI/ANR POC Feature Implementation
[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"
3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4   <modelVersion>4.0.0</modelVersion>
5
6   <parent>
7     <groupId>org.onap.ccsdk.parent</groupId>
8     <artifactId>single-feature-parent</artifactId>
9     <version>1.2.2-SNAPSHOT</version>
10     <relativePath />
11   </parent>
12
13   <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId>
14   <artifactId>sdnr-northbound-all</artifactId>
15   <version>0.4.2-SNAPSHOT</version>
16   <packaging>feature</packaging>
17
18   <name>ccsdk-features-sdnr-northbound :: features :: ${project.artifactId}</name>
19 <!--
20   <dependencyManagement>
21     <dependencies>
22       <dependency>
23         <groupId>org.opendaylight.mdsal.model</groupId>
24         <artifactId>mdsal-model-artifacts</artifactId>
25         <version>${odl.mdsal.model.version}</version>
26         <type>pom</type>
27         <scope>import</scope>
28       </dependency>
29       <dependency>
30         <groupId>org.opendaylight.controller</groupId>
31         <artifactId>mdsal-artifacts</artifactId>
32         <version>${odl.mdsal.version}</version>
33         <type>pom</type>
34         <scope>import</scope>
35       </dependency>
36     </dependencies>
37   </dependencyManagement>
38 -->
39   <dependencies>
40     <dependency>
41       <groupId>${project.groupId}</groupId>
42       <artifactId>sdnr-oofpcipoc</artifactId>
43       <version>${project.version}</version>
44       <type>xml</type>
45       <classifier>features</classifier>
46     </dependency>
47   </dependencies>
48 </project>