Bump odlparent dependency to 2.0.1
[controller.git] / features / mdsal / odl-mdsal-broker / 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.1</version>
18         <relativePath/>
19     </parent>
20
21     <groupId>org.opendaylight.controller</groupId>
22     <artifactId>odl-mdsal-broker</artifactId>
23     <version>1.6.0-SNAPSHOT</version>
24     <packaging>feature</packaging>
25
26     <properties>
27         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
28         <config.clustering.configfile>05-clustering.xml</config.clustering.configfile>
29         <config.clustered-entity-ownership.configfile>06-clustered-entity-ownership.xml</config.clustered-entity-ownership.configfile>
30     </properties>
31
32     <dependencies>
33         <dependency>
34             <groupId>${project.groupId}</groupId>
35             <artifactId>odl-mdsal-remoterpc-connector</artifactId>
36             <version>${project.version}</version>
37             <type>xml</type>
38             <classifier>features</classifier>
39         </dependency>
40         <dependency>
41             <groupId>${project.groupId}</groupId>
42             <artifactId>odl-mdsal-distributed-datastore</artifactId>
43             <version>${project.version}</version>
44             <type>xml</type>
45             <classifier>features</classifier>
46         </dependency>
47         <dependency>
48             <!-- finalname="${config.configfile.directory}/${config.clustering.configfile}" override="true" -->
49             <groupId>${project.groupId}</groupId>
50             <artifactId>sal-clustering-config</artifactId>
51             <version>${project.version}</version>
52             <type>xml</type>
53             <classifier>config</classifier>
54         </dependency>
55         <dependency>
56             <!-- finalname="${config.configfile.directory}/${config.clustered-entity-ownership.configfile}" -->
57             <groupId>${project.groupId}</groupId>
58             <artifactId>sal-clustering-config</artifactId>
59             <version>${project.version}</version>
60             <type>xml</type>
61             <classifier>entityownershipconfig</classifier>
62         </dependency>
63         <dependency>
64             <!-- finalname="configuration/initial/akka.conf" -->
65             <groupId>${project.groupId}</groupId>
66             <artifactId>sal-clustering-config</artifactId>
67             <version>${project.version}</version>
68             <type>xml</type>
69             <classifier>akkaconf</classifier>
70         </dependency>
71         <dependency>
72             <!-- finalname="configuration/factory/akka.conf" override="true" -->
73             <groupId>${project.groupId}</groupId>
74             <artifactId>sal-clustering-config</artifactId>
75             <version>${project.version}</version>
76             <type>xml</type>
77             <classifier>factoryakkaconf</classifier>
78         </dependency>
79         <dependency>
80             <!-- finalname="configuration/initial/module-shards.conf" -->
81             <groupId>${project.groupId}</groupId>
82             <artifactId>sal-clustering-config</artifactId>
83             <version>${project.version}</version>
84             <type>xml</type>
85             <classifier>moduleshardconf</classifier>
86         </dependency>
87         <dependency>
88             <!-- finalname="configuration/initial/modules.conf" -->
89             <groupId>${project.groupId}</groupId>
90             <artifactId>sal-clustering-config</artifactId>
91             <version>${project.version}</version>
92             <type>xml</type>
93             <classifier>moduleconf</classifier>
94         </dependency>
95         <dependency>
96             <!-- finalname="etc/org.opendaylight.controller.cluster.datastore.cfg" -->
97             <groupId>${project.groupId}</groupId>
98             <artifactId>sal-clustering-config</artifactId>
99             <version>${project.version}</version>
100             <type>cfg</type>
101             <classifier>datastore</classifier>
102         </dependency>
103     </dependencies>
104 </project>