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