Update MRI upstreams
[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>9.0.13</version>
9         <relativePath/>
10     </parent>
11
12     <groupId>org.opendaylight.openflowplugin.openflowjava</groupId>
13     <artifactId>odl-openflowjava-protocol</artifactId>
14     <version>0.14.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             <!-- Infrautils -->
33             <dependency>
34                 <groupId>org.opendaylight.infrautils</groupId>
35                 <artifactId>infrautils-artifacts</artifactId>
36                 <version>2.0.13</version>
37                 <scope>import</scope>
38                 <type>pom</type>
39             </dependency>
40
41             <!-- MD-SAL -->
42             <dependency>
43                 <groupId>org.opendaylight.mdsal</groupId>
44                 <artifactId>mdsal-artifacts</artifactId>
45                 <version>8.0.11</version>
46                 <scope>import</scope>
47                 <type>pom</type>
48             </dependency>
49         </dependencies>
50     </dependencyManagement>
51
52
53     <dependencies>
54         <dependency>
55             <groupId>org.opendaylight.mdsal.model</groupId>
56             <artifactId>odl-mdsal-model-rfc6991</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.odlparent</groupId>
62             <artifactId>odl-netty-4</artifactId>
63             <type>xml</type>
64             <classifier>features</classifier>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.infrautils</groupId>
68             <artifactId>odl-infrautils-diagstatus</artifactId>
69             <type>xml</type>
70             <classifier>features</classifier>
71         </dependency>
72         <!-- bundle dependencies -->
73         <dependency>
74             <groupId>${project.groupId}</groupId>
75             <artifactId>openflow-protocol-api</artifactId>
76         </dependency>
77         <dependency>
78             <groupId>${project.groupId}</groupId>
79             <artifactId>openflow-protocol-spi</artifactId>
80         </dependency>
81         <dependency>
82             <groupId>${project.groupId}</groupId>
83             <artifactId>openflow-protocol-impl</artifactId>
84         </dependency>
85         <dependency>
86             <groupId>${project.groupId}</groupId>
87             <artifactId>openflowjava-util</artifactId>
88         </dependency>
89         <!-- config files -->
90         <dependency>
91             <groupId>${project.groupId}</groupId>
92             <artifactId>openflowjava-blueprint-config</artifactId>
93             <type>xml</type>
94             <classifier>config</classifier>
95         </dependency>
96         <dependency>
97             <groupId>${project.groupId}</groupId>
98             <artifactId>openflowjava-blueprint-config</artifactId>
99             <type>xml</type>
100             <classifier>legacyConfig</classifier>
101         </dependency>
102     </dependencies>
103
104 </project>