Bump mdsal to 3.0.3
[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>4.0.5</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.8.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>3.0.3</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>mdsal-artifacts</artifactId>
33                 <version>1.9.0-SNAPSHOT</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>org.opendaylight.controller</groupId>
51             <artifactId>odl-mdsal-model-inventory</artifactId>
52             <classifier>features</classifier>
53             <type>xml</type>
54         </dependency>
55
56         <dependency>
57             <groupId>org.opendaylight.controller</groupId>
58             <artifactId>odl-controller-model-topology</artifactId>
59             <classifier>features</classifier>
60             <type>xml</type>
61         </dependency>
62
63         <dependency>
64             <groupId>${project.groupId}.openflowjava</groupId>
65             <artifactId>odl-openflowjava-protocol</artifactId>
66             <version>${project.version}</version>
67             <classifier>features</classifier>
68             <type>xml</type>
69         </dependency>
70
71         <dependency>
72             <groupId>org.opendaylight.openflowplugin.model</groupId>
73             <artifactId>model-flow-base</artifactId>
74             <version>${project.version}</version>
75         </dependency>
76
77         <dependency>
78             <groupId>org.opendaylight.openflowplugin.model</groupId>
79             <artifactId>model-flow-statistics</artifactId>
80             <version>${project.version}</version>
81         </dependency>
82
83         <dependency>
84             <groupId>org.opendaylight.openflowplugin.model</groupId>
85             <artifactId>model-flow-service</artifactId>
86             <version>${project.version}</version>
87         </dependency>
88
89     </dependencies>
90
91 </project>