Bump to odlparent 3.1.3
[netvirt.git] / elanmanager / impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2016 Ericsson India Global Services Pvt Ltd. and others.
4
5 All rights reserved. This program and the accompanying materials are made
6 available under the terms of the Eclipse Public License v1.0 which accompanies
7 this distribution, 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
11     <parent>
12         <groupId>org.opendaylight.netvirt</groupId>
13         <artifactId>binding-parent</artifactId>
14         <version>0.7.0-SNAPSHOT</version>
15         <relativePath>../../commons/binding-parent</relativePath>
16     </parent>
17
18     <artifactId>elanmanager-impl</artifactId>
19     <name>ODL :: netvirt :: ${project.artifactId}</name>
20     <packaging>bundle</packaging>
21     <modelVersion>4.0.0</modelVersion>
22
23     <dependencies>
24         <dependency>
25             <groupId>${project.groupId}</groupId>
26             <artifactId>elanmanager-api</artifactId>
27             <version>${project.version}</version>
28         </dependency>
29         <dependency>
30             <groupId>org.opendaylight.genius</groupId>
31             <artifactId>interfacemanager-api</artifactId>
32             <version>${genius.version}</version>
33         </dependency>
34         <dependency>
35             <groupId>org.opendaylight.genius</groupId>
36             <artifactId>itm-api</artifactId>
37             <version>${genius.version}</version>
38         </dependency>
39         <dependency>
40             <groupId>org.opendaylight.serviceutils</groupId>
41             <artifactId>tools-api</artifactId>
42             <version>0.2.0-SNAPSHOT</version>
43         </dependency>
44         <dependency>
45             <groupId>org.opendaylight.genius</groupId>
46             <artifactId>mdsalutil-api</artifactId>
47             <version>${genius.version}</version>
48         </dependency>
49         <dependency>
50             <groupId>org.opendaylight.serviceutils</groupId>
51             <artifactId>srm-api</artifactId>
52             <version>0.2.0-SNAPSHOT</version>
53         </dependency>
54         <dependency>
55             <groupId>org.opendaylight.infrautils</groupId>
56             <artifactId>diagstatus-api</artifactId>
57             <version>${infrautils.version}</version>
58         </dependency>
59         <dependency>
60             <groupId>org.opendaylight.netvirt</groupId>
61             <artifactId>cache-impl</artifactId>
62             <version>${project.version}</version>
63             <scope>test</scope>
64         </dependency>
65         <dependency>
66             <groupId>org.ops4j.pax.cdi</groupId>
67             <artifactId>pax-cdi-api</artifactId>
68             <optional>true</optional>
69         </dependency>
70         <dependency>
71             <groupId>${project.groupId}</groupId>
72             <artifactId>neutronvpn-api</artifactId>
73             <version>${project.version}</version>
74         </dependency>
75         <dependency>
76             <groupId>org.opendaylight.controller</groupId>
77             <artifactId>sal-binding-broker-impl</artifactId>
78         </dependency>
79         <dependency>
80             <groupId>org.opendaylight.ovsdb</groupId>
81             <artifactId>hwvtepsouthbound-api</artifactId>
82             <version>${ovsdb.version}</version>
83         </dependency>
84         <dependency>
85             <groupId>org.opendaylight.neutron</groupId>
86             <artifactId>model</artifactId>
87             <version>${neutron.version}</version>
88         </dependency>
89         <dependency>
90             <groupId>org.apache.karaf.shell</groupId>
91             <artifactId>org.apache.karaf.shell.console</artifactId>
92             <scope>provided</scope>
93         </dependency>
94         <dependency>
95             <groupId>${project.groupId}</groupId>
96             <artifactId>dhcpservice-api</artifactId>
97             <version>${project.version}</version>
98         </dependency>
99         <dependency>
100             <groupId>org.opendaylight.ovsdb</groupId>
101             <artifactId>southbound-api</artifactId>
102             <version>${ovsdb.version}</version>
103         </dependency>
104         <dependency>
105             <groupId>org.opendaylight.ovsdb</groupId>
106             <artifactId>utils.mdsal-utils</artifactId>
107             <version>${ovsdb.version}</version>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.ovsdb</groupId>
111             <artifactId>utils.southbound-utils</artifactId>
112             <version>${ovsdb.version}</version>
113         </dependency>
114         <dependency>
115             <groupId>${project.groupId}</groupId>
116             <artifactId>vpnmanager-api</artifactId>
117             <version>${project.version}</version>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.openflowplugin</groupId>
121             <artifactId>openflowplugin-extension-nicira</artifactId>
122             <version>${openflowplugin.version}</version>
123         </dependency>
124         <dependency>
125             <groupId>org.opendaylight.openflowplugin.model</groupId>
126             <artifactId>model-flow-service</artifactId>
127             <version>${openflowplugin.version}</version>
128         </dependency>
129         <dependency>
130             <groupId>org.opendaylight.openflowplugin.model</groupId>
131             <artifactId>model-flow-base</artifactId>
132             <version>${openflowplugin.version}</version>
133         </dependency>
134
135         <!-- Only for unit-test -->
136         <dependency>
137             <groupId>org.opendaylight.yangtools</groupId>
138             <artifactId>testutils</artifactId>
139             <scope>test</scope>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.genius</groupId>
143             <artifactId>mdsalutil-api</artifactId>
144             <version>${genius.version}</version>
145             <scope>test</scope>
146             <type>test-jar</type>
147         </dependency>
148         <dependency>
149             <groupId>org.opendaylight.genius</groupId>
150             <artifactId>mdsalutil-impl</artifactId>
151             <version>${genius.version}</version>
152             <scope>test</scope>
153         </dependency>
154         <dependency>
155             <groupId>org.opendaylight.controller</groupId>
156             <artifactId>sal-binding-broker-impl</artifactId>
157             <scope>test</scope>
158             <type>test-jar</type>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.mdsal</groupId>
162             <artifactId>mdsal-binding-test-utils</artifactId>
163             <scope>test</scope>
164         </dependency>
165         <dependency>
166             <groupId>org.opendaylight.genius</groupId>
167             <artifactId>lockmanager-impl</artifactId>
168             <version>${genius.version}</version>
169             <scope>test</scope>
170         </dependency>
171         <dependency>
172             <groupId>org.opendaylight.genius</groupId>
173             <artifactId>idmanager-impl</artifactId>
174             <version>${genius.version}</version>
175             <scope>test</scope>
176         </dependency>
177         <dependency>
178             <groupId>org.opendaylight.genius</groupId>
179             <artifactId>interfacemanager-impl</artifactId>
180             <version>${genius.version}</version>
181             <scope>test</scope>
182         </dependency>
183         <dependency>
184             <groupId>org.opendaylight.infrautils</groupId>
185             <artifactId>metrics-impl-test</artifactId>
186             <version>${infrautils.version}</version>
187             <scope>test</scope>
188         </dependency>
189         <dependency>
190             <groupId>org.opendaylight.infrautils</groupId>
191             <artifactId>inject.guice.testutils</artifactId>
192             <version>${infrautils.version}</version>
193             <scope>test</scope>
194         </dependency>
195         <dependency>
196             <groupId>org.opendaylight.infrautils</groupId>
197             <artifactId>infrautils-testutils</artifactId>
198             <version>${infrautils.version}</version>
199             <scope>test</scope>
200         </dependency>
201         <dependency>
202           <groupId>org.opendaylight.infrautils</groupId>
203           <artifactId>caches-test</artifactId>
204           <version>${infrautils.version}</version>
205           <scope>test</scope>
206         </dependency>
207         <dependency>
208             <groupId>org.opendaylight.genius</groupId>
209             <artifactId>mdsalutil-testutils</artifactId>
210             <version>${genius.version}</version>
211             <scope>test</scope>
212         </dependency>
213         <dependency>
214             <groupId>org.opendaylight.netvirt</groupId>
215             <artifactId>neutronvpn-impl</artifactId>
216             <version>${project.version}</version>
217             <scope>test</scope>
218         </dependency>
219         <dependency>
220             <groupId>org.opendaylight.genius</groupId>
221             <artifactId>testutils</artifactId>
222             <version>${genius.version}</version>
223             <scope>test</scope>
224         </dependency>
225     </dependencies>
226
227     <build>
228         <plugins>
229             <plugin>
230                 <groupId>org.apache.aries.blueprint</groupId>
231                 <artifactId>blueprint-maven-plugin</artifactId>
232             </plugin>
233             <plugin>
234                 <groupId>org.apache.felix</groupId>
235                 <artifactId>maven-bundle-plugin</artifactId>
236                 <extensions>true</extensions>
237                 <configuration>
238                     <instructions>
239                         <Embed-Transitive>true</Embed-Transitive>
240                         <!-- We purposely don't export any packages to avoid any dependencies
241                              on this bundle and prevent @Singleton annotated classes from being
242                              accidently included in another bundle's blueprint XML  -->
243                         <Export-Package/>
244                     </instructions>
245                 </configuration>
246             </plugin>
247             <plugin>
248                 <groupId>org.codehaus.mojo</groupId>
249                 <artifactId>build-helper-maven-plugin</artifactId>
250                 <executions>
251                     <execution>
252                         <id>attach-artifacts</id>
253                         <goals>
254                             <goal>attach-artifact</goal>
255                         </goals>
256                         <phase>package</phase>
257                         <configuration>
258                             <artifacts>
259                                 <artifact>
260                                     <file>${project.build.directory}/classes/initial/netvirt-elanmanager-config.xml
261                                     </file>
262                                     <type>xml</type>
263                                     <classifier>config</classifier>
264                                 </artifact>
265                             </artifacts>
266                         </configuration>
267                     </execution>
268                 </executions>
269             </plugin>
270             <plugin>
271                 <groupId>org.eclipse.xtend</groupId>
272                 <artifactId>xtend-maven-plugin</artifactId>
273                 <dependencies>
274                     <dependency>
275                         <groupId>org.eclipse.platform</groupId>
276                         <artifactId>org.eclipse.equinox.common</artifactId>
277                         <version>3.10.0</version>
278                     </dependency>
279                 </dependencies>
280             </plugin>
281         </plugins>
282     </build>
283
284 </project>