4c3bf584af270a1be88fee71c9bc724794a827a2
[sdnc/northbound.git] / features / sdnc-northbound-all / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5         <modelVersion>4.0.0</modelVersion>
6
7         <parent>
8                 <groupId>org.onap.ccsdk.parent</groupId>
9                 <artifactId>single-feature-parent</artifactId>
10                 <version>1.1.1</version>
11                 <relativePath />
12         </parent>
13
14         <groupId>org.onap.sdnc.northbound</groupId>
15         <artifactId>sdnc-northbound-all</artifactId>
16         <version>1.4.1-SNAPSHOT</version>
17         <packaging>feature</packaging>
18
19         <name>sdnc-northbound :: features :: ${project.artifactId}</name>
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>sdnc-generic-resource-api</artifactId>
43                         <version>${project.version}</version>
44                         <type>xml</type>
45                         <classifier>features</classifier>
46                 </dependency>
47                 <dependency>
48                         <groupId>${project.groupId}</groupId>
49                         <artifactId>sdnc-vnfapi</artifactId>
50                         <version>${project.version}</version>
51                         <type>xml</type>
52                         <classifier>features</classifier>
53                 </dependency>
54                 <dependency>
55                         <groupId>${project.groupId}</groupId>
56                         <artifactId>sdnc-vnftools</artifactId>
57                         <version>${project.version}</version>
58                         <type>xml</type>
59                         <classifier>features</classifier>
60                 </dependency>
61
62         
63         </dependencies>
64 </project>