Release Neon
[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" 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">
10     <modelVersion>4.0.0</modelVersion>
11
12     <parent>
13         <groupId>org.opendaylight.odlparent</groupId>
14         <artifactId>single-feature-parent</artifactId>
15         <version>4.0.11</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.controller</groupId>
20     <artifactId>odl-message-bus-collector</artifactId>
21     <version>1.9.2</version>
22     <packaging>feature</packaging>
23
24     <properties>
25         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
26     </properties>
27
28     <dependencyManagement>
29         <dependencies>
30             <dependency>
31                 <groupId>org.opendaylight.controller</groupId>
32                 <artifactId>mdsal-artifacts</artifactId>
33                 <version>${project.version}</version>
34                 <type>pom</type>
35                 <scope>import</scope>
36             </dependency>
37             <dependency>
38                 <groupId>org.opendaylight.mdsal</groupId>
39                 <artifactId>mdsal-artifacts</artifactId>
40                 <version>3.0.10</version>
41                 <type>pom</type>
42                 <scope>import</scope>
43             </dependency>
44         </dependencies>
45     </dependencyManagement>
46
47     <dependencies>
48         <!-- FIXME: Bug 4202: Switch to MD-SAL provided odl-mdsal-binding-base -->
49         <dependency>
50             <groupId>org.opendaylight.controller</groupId>
51             <artifactId>odl-mdsal-model-inventory</artifactId>
52             <type>xml</type>
53             <classifier>features</classifier>
54         </dependency>
55         <dependency>
56             <groupId>org.opendaylight.mdsal.model</groupId>
57             <artifactId>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</artifactId>
58             <type>xml</type>
59             <classifier>features</classifier>
60         </dependency>
61
62         <dependency>
63             <groupId>org.opendaylight.controller</groupId>
64             <artifactId>odl-mdsal-broker</artifactId>
65             <type>xml</type>
66             <classifier>features</classifier>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.controller</groupId>
70             <artifactId>messagebus-api</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.controller</groupId>
74             <artifactId>messagebus-spi</artifactId>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.controller</groupId>
78             <artifactId>messagebus-util</artifactId>
79         </dependency>
80         <dependency>
81             <groupId>org.opendaylight.controller</groupId>
82             <artifactId>messagebus-impl</artifactId>
83         </dependency>
84     </dependencies>
85 </project>