Bump to mdsal 3.0.6
[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>4.0.9</version>
16         <relativePath/>
17     </parent>
18
19     <groupId>org.opendaylight.controller</groupId>
20     <artifactId>odl-mdsal-broker-local</artifactId>
21     <version>1.9.0-SNAPSHOT</version>
22     <packaging>feature</packaging>
23
24     <name>OpenDaylight :: MDSAL :: Broker</name>
25
26     <properties>
27         <blueprint.version>0.10.0-SNAPSHOT</blueprint.version>
28     </properties>
29
30     <dependencyManagement>
31         <dependencies>
32             <dependency>
33                 <groupId>org.opendaylight.yangtools</groupId>
34                 <artifactId>yangtools-artifacts</artifactId>
35                 <version>2.1.8</version>
36                 <type>pom</type>
37                 <scope>import</scope>
38             </dependency>
39             <dependency>
40                 <groupId>org.opendaylight.mdsal</groupId>
41                 <artifactId>mdsal-artifacts</artifactId>
42                 <version>3.0.6</version>
43                 <type>pom</type>
44                 <scope>import</scope>
45             </dependency>
46             <dependency>
47                 <groupId>org.opendaylight.controller</groupId>
48                 <artifactId>mdsal-artifacts</artifactId>
49                 <version>1.9.0-SNAPSHOT</version>
50                 <type>pom</type>
51                 <scope>import</scope>
52             </dependency>
53         </dependencies>
54     </dependencyManagement>
55
56     <dependencies>
57         <dependency>
58             <groupId>org.opendaylight.yangtools</groupId>
59             <artifactId>odl-yangtools-codec</artifactId>
60             <type>xml</type>
61             <classifier>features</classifier>
62         </dependency>
63         <dependency>
64             <groupId>org.opendaylight.mdsal</groupId>
65             <artifactId>odl-mdsal-binding-dom-adapter</artifactId>
66             <type>xml</type>
67             <classifier>features</classifier>
68         </dependency>
69         <dependency>
70             <groupId>org.opendaylight.controller</groupId>
71             <artifactId>odl-config-netty</artifactId>
72             <version>0.10.0-SNAPSHOT</version>
73             <type>xml</type>
74             <classifier>features</classifier>
75         </dependency>
76         <dependency>
77             <groupId>org.opendaylight.odlparent</groupId>
78             <artifactId>odl-lmax-3</artifactId>
79             <type>xml</type>
80             <classifier>features</classifier>
81         </dependency>
82         <dependency>
83             <groupId>org.opendaylight.controller</groupId>
84             <artifactId>odl-controller-mdsal-common</artifactId>
85             <type>xml</type>
86             <classifier>features</classifier>
87         </dependency>
88         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-binding-adapter -->
89         <!-- FIXME: Bug 4202: Add MD-SAL provided odl-mdsal-dom-broker -->
90         <dependency>
91             <groupId>org.opendaylight.mdsal</groupId>
92             <artifactId>odl-mdsal-dom</artifactId>
93             <type>xml</type>
94             <classifier>features</classifier>
95         </dependency>
96         <dependency>
97             <groupId>org.opendaylight.mdsal</groupId>
98             <artifactId>odl-mdsal-eos-dom</artifactId>
99             <type>xml</type>
100             <classifier>features</classifier>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.mdsal</groupId>
104             <artifactId>odl-mdsal-eos-binding</artifactId>
105             <type>xml</type>
106             <classifier>features</classifier>
107         </dependency>
108         <dependency>
109             <groupId>org.opendaylight.mdsal</groupId>
110             <artifactId>odl-mdsal-singleton-dom</artifactId>
111             <type>xml</type>
112             <classifier>features</classifier>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>sal-core-api</artifactId>
117         </dependency>
118         <dependency>
119             <groupId>${project.groupId}</groupId>
120             <artifactId>sal-core-spi</artifactId>
121         </dependency>
122         <dependency>
123             <groupId>${project.groupId}</groupId>
124             <artifactId>sal-broker-impl</artifactId>
125         </dependency>
126         <dependency>
127             <groupId>${project.groupId}</groupId>
128             <artifactId>sal-binding-api</artifactId>
129         </dependency>
130         <dependency>
131             <groupId>${project.groupId}</groupId>
132             <artifactId>sal-binding-broker-impl</artifactId>
133         </dependency>
134         <dependency>
135             <groupId>${project.groupId}</groupId>
136             <artifactId>sal-binding-util</artifactId>
137         </dependency>
138         <dependency>
139             <groupId>${project.groupId}</groupId>
140             <artifactId>sal-connector-api</artifactId>
141         </dependency>
142         <dependency>
143             <groupId>${project.groupId}</groupId>
144             <artifactId>sal-inmemory-datastore</artifactId>
145         </dependency>
146         <dependency>
147             <!-- TODO start-level="40" -->
148             <groupId>${project.groupId}</groupId>
149             <artifactId>blueprint</artifactId>
150             <version>0.10.0-SNAPSHOT</version>
151         </dependency>
152     </dependencies>
153
154 </project>