Bump version to 4.0.6-SNAPSHOT
[controller.git] / features / odl-mdsal-distributed-datastore / 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     <parent>
12         <groupId>org.opendaylight.controller</groupId>
13         <artifactId>single-feature-parent</artifactId>
14         <version>4.0.6-SNAPSHOT</version>
15         <relativePath>../single-feature-parent</relativePath>
16     </parent>
17
18     <artifactId>odl-mdsal-distributed-datastore</artifactId>
19     <packaging>feature</packaging>
20     <name>OpenDaylight :: Controller :: Clustered Datastore</name>
21     <description>Controller Clustered Datastore (akka-based)</description>
22
23     <dependencies>
24         <dependency>
25             <groupId>org.opendaylight.odlparent</groupId>
26             <artifactId>odl-apache-commons-text</artifactId>
27             <type>xml</type>
28             <classifier>features</classifier>
29         </dependency>
30         <dependency>
31             <groupId>org.opendaylight.yangtools</groupId>
32             <artifactId>odl-yangtools-codec</artifactId>
33             <type>xml</type>
34             <classifier>features</classifier>
35         </dependency>
36         <dependency>
37             <groupId>org.opendaylight.mdsal</groupId>
38             <artifactId>odl-mdsal-eos-dom</artifactId>
39             <type>xml</type>
40             <classifier>features</classifier>
41         </dependency>
42         <dependency>
43             <groupId>org.opendaylight.mdsal</groupId>
44             <artifactId>odl-mdsal-dom-broker</artifactId>
45             <type>xml</type>
46             <classifier>features</classifier>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.mdsal</groupId>
50             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
51             <type>xml</type>
52             <classifier>features</classifier>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.controller</groupId>
56             <artifactId>odl-mdsal-clustering-commons</artifactId>
57             <type>xml</type>
58             <classifier>features</classifier>
59         </dependency>
60         <dependency>
61             <groupId>org.opendaylight.controller</groupId>
62             <artifactId>odl-controller-mdsal-common</artifactId>
63             <type>xml</type>
64             <classifier>features</classifier>
65         </dependency>
66         <dependency>
67             <groupId>org.opendaylight.controller</groupId>
68             <artifactId>cds-access-api</artifactId>
69         </dependency>
70         <dependency>
71             <groupId>org.opendaylight.controller</groupId>
72             <artifactId>cds-access-client</artifactId>
73         </dependency>
74         <dependency>
75             <groupId>org.opendaylight.controller</groupId>
76             <artifactId>cds-dom-api</artifactId>
77         </dependency>
78         <dependency>
79             <groupId>org.opendaylight.controller</groupId>
80             <artifactId>sal-distributed-datastore</artifactId>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.controller</groupId>
84             <artifactId>eos-dom-akka</artifactId>
85         </dependency>
86         <dependency>
87             <groupId>org.opendaylight.controller</groupId>
88             <artifactId>sal-cluster-admin-api</artifactId>
89         </dependency>
90         <dependency>
91             <groupId>org.opendaylight.controller</groupId>
92             <artifactId>sal-cluster-admin-impl</artifactId>
93         </dependency>
94
95         <dependency>
96             <!-- finalname="configuration/initial/akka.conf" -->
97             <groupId>org.opendaylight.controller</groupId>
98             <artifactId>sal-clustering-config</artifactId>
99             <type>xml</type>
100             <classifier>akkaconf</classifier>
101         </dependency>
102         <dependency>
103             <!-- finalname="configuration/factory/akka.conf" override="true" -->
104             <groupId>org.opendaylight.controller</groupId>
105             <artifactId>sal-clustering-config</artifactId>
106             <type>xml</type>
107             <classifier>factoryakkaconf</classifier>
108         </dependency>
109         <dependency>
110             <!-- finalname="configuration/initial/module-shards.conf" -->
111             <groupId>org.opendaylight.controller</groupId>
112             <artifactId>sal-clustering-config</artifactId>
113             <type>xml</type>
114             <classifier>moduleshardconf</classifier>
115         </dependency>
116         <dependency>
117             <!-- finalname="configuration/initial/modules.conf" -->
118             <groupId>org.opendaylight.controller</groupId>
119             <artifactId>sal-clustering-config</artifactId>
120             <type>xml</type>
121             <classifier>moduleconf</classifier>
122         </dependency>
123         <dependency>
124             <!-- finalname="etc/org.opendaylight.controller.cluster.datastore.cfg" -->
125             <groupId>org.opendaylight.controller</groupId>
126             <artifactId>sal-clustering-config</artifactId>
127             <type>cfg</type>
128             <classifier>datastore</classifier>
129         </dependency>
130     </dependencies>
131 </project>