Bump odlparent 2.0.4 to 2.0.5
[controller.git] / features / mdsal / odl-message-bus-collector / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright © 2016, 2017 Red Hat, Inc. and others.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8  -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12     <modelVersion>4.0.0</modelVersion>
13
14     <parent>
15         <groupId>org.opendaylight.odlparent</groupId>
16         <artifactId>single-feature-parent</artifactId>
17         <version>2.0.5</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.controller</groupId>
22     <artifactId>odl-message-bus-collector</artifactId>
23     <version>1.7.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <properties>
27         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <dependency>
33                 <groupId>org.opendaylight.controller</groupId>
34                 <artifactId>mdsal-artifacts</artifactId>
35                 <version>${project.version}</version>
36                 <type>pom</type>
37                 <scope>import</scope>
38             </dependency>
39         </dependencies>
40     </dependencyManagement>
41
42     <dependencies>
43         <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-base -->
44         <dependency>
45             <groupId>org.opendaylight.controller.model</groupId>
46             <artifactId>model-inventory</artifactId>
47             <version>1.7.0-SNAPSHOT</version>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.controller</groupId>
51             <artifactId>odl-mdsal-broker</artifactId>
52             <version>${project.version}</version>
53             <type>xml</type>
54             <classifier>features</classifier>
55         </dependency>
56         <dependency>
57             <groupId>org.opendaylight.controller</groupId>
58             <artifactId>messagebus-api</artifactId>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.controller</groupId>
62             <artifactId>messagebus-spi</artifactId>
63         </dependency>
64         <dependency>
65             <groupId>org.opendaylight.controller</groupId>
66             <artifactId>messagebus-util</artifactId>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.controller</groupId>
70             <artifactId>messagebus-impl</artifactId>
71         </dependency>
72         <dependency>
73             <!-- finalname="${config.configfile.directory}/05-message-bus.xml" -->
74             <groupId>org.opendaylight.controller</groupId>
75             <artifactId>messagebus-config</artifactId>
76             <version>${project.version}</version>
77             <type>xml</type>
78             <classifier>config</classifier>
79         </dependency>
80     </dependencies>
81 </project>