Bump to odlparent 4.0.9
[openflowplugin.git] / openflowjava / features-openflowjava-aggregator / odl-openflowjava-protocol / 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
4     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.odlparent</groupId>
7         <artifactId>single-feature-parent</artifactId>
8         <version>4.0.9</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
13     <artifactId>odl-openflowjava-protocol</artifactId>
14     <version>0.8.0-SNAPSHOT</version>
15     <packaging>feature</packaging>
16
17     <!-- <name> formatting is used by autorelease to parse and notify projects on
18          build failure. Please do not modify this unless you have a good reason. -->
19     <name>ODL :: openflowjava :: ${project.artifactId}</name>
20
21     <dependencyManagement>
22         <dependencies>
23             <!-- This project -->
24             <dependency>
25                 <groupId>org.opendaylight.openflowplugin</groupId>
26                 <artifactId>openflowplugin-artifacts</artifactId>
27                 <version>${project.version}</version>
28                 <scope>import</scope>
29                 <type>pom</type>
30             </dependency>
31
32             <!-- MD-SAL -->
33             <dependency>
34                 <groupId>org.opendaylight.mdsal</groupId>
35                 <artifactId>mdsal-artifacts</artifactId>
36                 <version>3.0.4</version>
37                 <scope>import</scope>
38                 <type>pom</type>
39             </dependency>
40         </dependencies>
41     </dependencyManagement>
42
43
44     <dependencies>
45         <dependency>
46             <groupId>org.opendaylight.mdsal.model</groupId>
47             <artifactId>odl-mdsal-model-rfc6991</artifactId>
48             <type>xml</type>
49             <classifier>features</classifier>
50         </dependency>
51         <dependency>
52             <groupId>org.opendaylight.odlparent</groupId>
53             <artifactId>odl-netty-4</artifactId>
54             <type>xml</type>
55             <classifier>features</classifier>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.infrautils</groupId>
59             <artifactId>odl-infrautils-diagstatus</artifactId>
60             <version>1.5.0-SNAPSHOT</version>
61             <type>xml</type>
62             <classifier>features</classifier>
63         </dependency>
64         <!-- bundle dependencies -->
65         <dependency>
66             <groupId>${project.groupId}</groupId>
67             <artifactId>openflow-protocol-api</artifactId>
68         </dependency>
69         <dependency>
70             <groupId>${project.groupId}</groupId>
71             <artifactId>openflow-protocol-spi</artifactId>
72         </dependency>
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>openflow-protocol-impl</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>${project.groupId}</groupId>
79             <artifactId>openflowjava-util</artifactId>
80         </dependency>
81         <!-- config files -->
82         <dependency>
83             <groupId>${project.groupId}</groupId>
84             <artifactId>openflowjava-blueprint-config</artifactId>
85             <type>xml</type>
86             <classifier>config</classifier>
87         </dependency>
88         <dependency>
89             <groupId>${project.groupId}</groupId>
90             <artifactId>openflowjava-blueprint-config</artifactId>
91             <type>xml</type>
92             <classifier>legacyConfig</classifier>
93         </dependency>
94     </dependencies>
95
96 </project>