Bump versions by x.y.(z+1)
[controller.git] / features / mdsal / odl-mdsal-broker-local / 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>2.0.7</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.controller</groupId>
20     <artifactId>odl-mdsal-broker-local</artifactId>
21     <version>1.6.4-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <name>OpenDaylight :: MDSAL :: Broker</name>
25
26     <properties>
27         <blueprint.version>0.7.4-SNAPSHOT</blueprint.version>
28         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
29         <config.mdsal.configfile>01-md-sal.xml</config.mdsal.configfile>
30     </properties>
31
32     <dependencyManagement>
33         <dependencies>
34             <dependency>
35                 <groupId>org.opendaylight.odlparent</groupId>
36                 <artifactId>odlparent-artifacts</artifactId>
37                 <version>2.0.7</version>
38                 <type>pom</type>
39                 <scope>import</scope>
40             </dependency>
41             <dependency>
42                 <groupId>org.opendaylight.yangtools</groupId>
43                 <artifactId>yangtools-artifacts</artifactId>
44                 <version>1.2.4-SNAPSHOT</version>
45                 <type>pom</type>
46                 <scope>import</scope>
47             </dependency>
48             <dependency>
49                 <groupId>org.opendaylight.mdsal</groupId>
50                 <artifactId>mdsal-artifacts</artifactId>
51                 <version>2.3.4-SNAPSHOT</version>
52                 <type>pom</type>
53                 <scope>import</scope>
54             </dependency>
55             <dependency>
56                 <groupId>org.opendaylight.mdsal.model</groupId>
57                 <artifactId>mdsal-model-artifacts</artifactId>
58                 <version>0.11.4-SNAPSHOT</version>
59                 <type>pom</type>
60                 <scope>import</scope>
61             </dependency>
62             <dependency>
63                 <groupId>org.opendaylight.controller</groupId>
64                 <artifactId>config-artifacts</artifactId>
65                 <version>0.7.4-SNAPSHOT</version>
66                 <type>pom</type>
67                 <scope>import</scope>
68             </dependency>
69             <dependency>
70                 <groupId>org.opendaylight.controller</groupId>
71                 <artifactId>mdsal-artifacts</artifactId>
72                 <version>1.6.4-SNAPSHOT</version>
73                 <type>pom</type>
74                 <scope>import</scope>
75             </dependency>
76         </dependencies>
77     </dependencyManagement>
78
79     <dependencies>
80         <dependency>
81             <!-- This needs to come first, otherwise mdsal's odl-mdsal-common is picked instead -->
82             <groupId>org.opendaylight.controller</groupId>
83             <artifactId>odl-mdsal-common</artifactId>
84             <type>xml</type>
85             <classifier>features</classifier>
86         </dependency>
87         <dependency>
88             <groupId>org.opendaylight.yangtools</groupId>
89             <artifactId>odl-yangtools-common</artifactId>
90             <type>xml</type>
91             <classifier>features</classifier>
92         </dependency>
93         <dependency>
94             <groupId>org.opendaylight.mdsal</groupId>
95             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
96             <type>xml</type>
97             <classifier>features</classifier>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.mdsal.model</groupId>
101             <artifactId>odl-mdsal-models</artifactId>
102             <type>xml</type>
103             <classifier>features</classifier>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.controller</groupId>
107             <artifactId>odl-config-startup</artifactId>
108             <type>xml</type>
109             <classifier>features</classifier>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.controller</groupId>
113             <artifactId>odl-config-netty</artifactId>
114             <type>xml</type>
115             <classifier>features</classifier>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.odlparent</groupId>
119             <artifactId>odl-lmax-3</artifactId>
120             <type>xml</type>
121             <classifier>features</classifier>
122         </dependency>
123         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-binding-adapter -->
124         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-dom-broker -->
125         <dependency>
126             <groupId>org.opendaylight.mdsal</groupId>
127             <artifactId>odl-mdsal-dom</artifactId>
128             <type>xml</type>
129             <classifier>features</classifier>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.mdsal</groupId>
133             <artifactId>odl-mdsal-eos-dom</artifactId>
134             <type>xml</type>
135             <classifier>features</classifier>
136         </dependency>
137         <dependency>
138             <groupId>org.opendaylight.mdsal</groupId>
139             <artifactId>odl-mdsal-eos-binding</artifactId>
140             <type>xml</type>
141             <classifier>features</classifier>
142         </dependency>
143         <dependency>
144             <groupId>org.opendaylight.mdsal</groupId>
145             <artifactId>odl-mdsal-singleton-dom</artifactId>
146             <type>xml</type>
147             <classifier>features</classifier>
148         </dependency>
149         <dependency>
150             <groupId>${project.groupId}</groupId>
151             <artifactId>sal-core-api</artifactId>
152         </dependency>
153         <dependency>
154             <groupId>${project.groupId}</groupId>
155             <artifactId>sal-core-spi</artifactId>
156         </dependency>
157         <dependency>
158             <!-- TODO start-level="70" -->
159             <groupId>${project.groupId}</groupId>
160             <artifactId>sal-schema-service</artifactId>
161         </dependency>
162         <dependency>
163             <groupId>${project.groupId}</groupId>
164             <artifactId>sal-broker-impl</artifactId>
165         </dependency>
166         <dependency>
167             <groupId>${project.groupId}</groupId>
168             <artifactId>sal-binding-api</artifactId>
169         </dependency>
170         <dependency>
171             <groupId>${project.groupId}</groupId>
172             <artifactId>sal-binding-broker-impl</artifactId>
173         </dependency>
174         <dependency>
175             <groupId>${project.groupId}</groupId>
176             <artifactId>sal-binding-util</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>${project.groupId}</groupId>
180             <artifactId>sal-connector-api</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>${project.groupId}</groupId>
184             <artifactId>sal-dom-config</artifactId>
185         </dependency>
186         <dependency>
187             <groupId>${project.groupId}</groupId>
188             <artifactId>sal-binding-config</artifactId>
189         </dependency>
190         <dependency>
191             <groupId>${project.groupId}</groupId>
192             <artifactId>sal-inmemory-datastore</artifactId>
193         </dependency>
194         <dependency>
195             <groupId>${project.groupId}</groupId>
196             <artifactId>sal-dom-broker-config</artifactId>
197         </dependency>
198         <dependency>
199             <!-- TODO start-level="40" -->
200             <groupId>${project.groupId}</groupId>
201             <artifactId>blueprint</artifactId>
202             <version>0.7.4-SNAPSHOT</version>
203         </dependency>
204         <dependency>
205             <!-- finalname="${config.configfile.directory}/${config.mdsal.configfile}" -->
206             <groupId>${project.groupId}</groupId>
207             <artifactId>md-sal-config</artifactId>
208             <version>${project.version}</version>
209             <type>xml</type>
210             <classifier>config</classifier>
211         </dependency>
212     </dependencies>
213
214 </project>