1e17c28c63c6f058185fb9bbb38db5b10d43edb7
[openflowplugin.git] / features-aggregator / odl-openflowplugin-nsf-model / 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     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>9.0.13</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-nsf-model</artifactId>
13     <packaging>feature</packaging>
14     <version>0.14.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: OpenflowPlugin :: NSF :: Model</name>
17
18     <dependencyManagement>
19         <dependencies>
20             <!-- MD-SAL models -->
21             <dependency>
22                 <groupId>org.opendaylight.mdsal</groupId>
23                 <artifactId>mdsal-artifacts</artifactId>
24                 <version>8.0.11</version>
25                 <scope>import</scope>
26                 <type>pom</type>
27             </dependency>
28
29             <!-- Controller infrastructure -->
30             <dependency>
31                 <groupId>org.opendaylight.controller</groupId>
32                 <artifactId>controller-artifacts</artifactId>
33                 <version>4.0.10</version>
34                 <scope>import</scope>
35                 <type>pom</type>
36             </dependency>
37         </dependencies>
38     </dependencyManagement>
39
40     <dependencies>
41         <!-- feature dependencies -->
42         <dependency>
43             <groupId>org.opendaylight.mdsal.model</groupId>
44             <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
45             <classifier>features</classifier>
46             <type>xml</type>
47         </dependency>
48
49         <dependency>
50             <groupId>${project.groupId}.openflowjava</groupId>
51             <artifactId>odl-openflowjava-protocol</artifactId>
52             <version>${project.version}</version>
53             <classifier>features</classifier>
54             <type>xml</type>
55         </dependency>
56
57         <dependency>
58             <groupId>org.opendaylight.openflowplugin.model</groupId>
59             <artifactId>model-flow-base</artifactId>
60             <version>${project.version}</version>
61         </dependency>
62
63         <dependency>
64             <groupId>org.opendaylight.openflowplugin.model</groupId>
65             <artifactId>model-flow-statistics</artifactId>
66             <version>${project.version}</version>
67         </dependency>
68
69         <dependency>
70             <groupId>org.opendaylight.openflowplugin.model</groupId>
71             <artifactId>model-flow-service</artifactId>
72             <version>${project.version}</version>
73         </dependency>
74
75         <dependency>
76             <groupId>org.opendaylight.openflowplugin.model</groupId>
77             <artifactId>model-inventory</artifactId>
78             <version>${project.version}</version>
79         </dependency>
80
81         <dependency>
82             <groupId>org.opendaylight.openflowplugin.model</groupId>
83             <artifactId>model-topology</artifactId>
84             <version>${project.version}</version>
85         </dependency>
86     </dependencies>
87
88 </project>