Release Sodium
[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.9.1</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         </dependency>
43         <dependency>
44             <groupId>org.opendaylight.genius</groupId>
45             <artifactId>mdsalutil-api</artifactId>
46             <version>${genius.version}</version>
47         </dependency>
48         <dependency>
49             <groupId>org.opendaylight.serviceutils</groupId>
50             <artifactId>srm-api</artifactId>
51         </dependency>
52         <dependency>
53             <groupId>org.opendaylight.infrautils</groupId>
54             <artifactId>diagstatus-api</artifactId>
55             <version>${infrautils.version}</version>
56         </dependency>
57         <dependency>
58             <groupId>org.opendaylight.netvirt</groupId>
59             <artifactId>cache-impl</artifactId>
60             <version>${project.version}</version>
61             <scope>test</scope>
62         </dependency>
63         <dependency>
64             <groupId>${project.groupId}</groupId>
65             <artifactId>neutronvpn-api</artifactId>
66             <version>${project.version}</version>
67         </dependency>
68         <dependency>
69             <groupId>org.opendaylight.controller</groupId>
70             <artifactId>sal-binding-broker-impl</artifactId>
71         </dependency>
72         <dependency>
73             <groupId>org.opendaylight.ovsdb</groupId>
74             <artifactId>hwvtepsouthbound-api</artifactId>
75             <version>${ovsdb.version}</version>
76         </dependency>
77         <dependency>
78             <groupId>org.opendaylight.neutron</groupId>
79             <artifactId>model</artifactId>
80             <version>${neutron.version}</version>
81         </dependency>
82         <dependency>
83             <groupId>org.apache.karaf.shell</groupId>
84             <artifactId>org.apache.karaf.shell.console</artifactId>
85             <scope>provided</scope>
86         </dependency>
87         <dependency>
88             <groupId>${project.groupId}</groupId>
89             <artifactId>dhcpservice-api</artifactId>
90             <version>${project.version}</version>
91         </dependency>
92         <dependency>
93             <groupId>org.opendaylight.ovsdb</groupId>
94             <artifactId>southbound-api</artifactId>
95             <version>${ovsdb.version}</version>
96         </dependency>
97         <dependency>
98             <groupId>org.opendaylight.ovsdb</groupId>
99             <artifactId>utils.mdsal-utils</artifactId>
100             <version>${ovsdb.version}</version>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.ovsdb</groupId>
104             <artifactId>utils.southbound-utils</artifactId>
105             <version>${ovsdb.version}</version>
106         </dependency>
107         <dependency>
108             <groupId>${project.groupId}</groupId>
109             <artifactId>vpnmanager-api</artifactId>
110             <version>${project.version}</version>
111         </dependency>
112         <dependency>
113             <groupId>org.opendaylight.openflowplugin</groupId>
114             <artifactId>openflowplugin-extension-nicira</artifactId>
115             <version>${openflowplugin.version}</version>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.openflowplugin.model</groupId>
119             <artifactId>model-flow-service</artifactId>
120             <version>${openflowplugin.version}</version>
121         </dependency>
122         <dependency>
123             <groupId>org.opendaylight.openflowplugin.model</groupId>
124             <artifactId>model-flow-base</artifactId>
125             <version>${openflowplugin.version}</version>
126         </dependency>
127         <dependency>
128             <groupId>org.apache.aries.blueprint</groupId>
129             <artifactId>blueprint-maven-plugin-annotation</artifactId>
130             <optional>true</optional>
131         </dependency>
132
133         <!-- Only for unit-test -->
134         <dependency>
135             <groupId>org.opendaylight.yangtools</groupId>
136             <artifactId>testutils</artifactId>
137             <scope>test</scope>
138         </dependency>
139         <dependency>
140             <groupId>org.opendaylight.genius</groupId>
141             <artifactId>mdsalutil-api</artifactId>
142             <version>${genius.version}</version>
143             <scope>test</scope>
144             <type>test-jar</type>
145         </dependency>
146         <dependency>
147             <groupId>org.opendaylight.genius</groupId>
148             <artifactId>mdsalutil-impl</artifactId>
149             <version>${genius.version}</version>
150             <scope>test</scope>
151         </dependency>
152         <dependency>
153             <groupId>org.opendaylight.controller</groupId>
154             <artifactId>sal-binding-broker-impl</artifactId>
155             <scope>test</scope>
156             <type>test-jar</type>
157         </dependency>
158         <dependency>
159             <groupId>org.opendaylight.mdsal</groupId>
160             <artifactId>mdsal-binding-test-utils</artifactId>
161             <scope>test</scope>
162         </dependency>
163         <dependency>
164             <groupId>org.opendaylight.genius</groupId>
165             <artifactId>lockmanager-impl</artifactId>
166             <version>${genius.version}</version>
167             <scope>test</scope>
168         </dependency>
169         <dependency>
170             <groupId>org.opendaylight.genius</groupId>
171             <artifactId>idmanager-impl</artifactId>
172             <version>${genius.version}</version>
173             <scope>test</scope>
174         </dependency>
175         <dependency>
176             <groupId>org.opendaylight.genius</groupId>
177             <artifactId>interfacemanager-impl</artifactId>
178             <version>${genius.version}</version>
179             <scope>test</scope>
180         </dependency>
181         <dependency>
182             <groupId>org.opendaylight.infrautils</groupId>
183             <artifactId>metrics-impl-test</artifactId>
184             <version>${infrautils.version}</version>
185             <scope>test</scope>
186         </dependency>
187         <dependency>
188             <groupId>org.opendaylight.infrautils</groupId>
189             <artifactId>inject.guice.testutils</artifactId>
190             <version>${infrautils.version}</version>
191             <scope>test</scope>
192         </dependency>
193         <dependency>
194             <groupId>org.opendaylight.infrautils</groupId>
195             <artifactId>infrautils-testutils</artifactId>
196             <version>${infrautils.version}</version>
197             <scope>test</scope>
198         </dependency>
199         <dependency>
200           <groupId>org.opendaylight.infrautils</groupId>
201           <artifactId>caches-test</artifactId>
202           <version>${infrautils.version}</version>
203           <scope>test</scope>
204         </dependency>
205         <dependency>
206             <groupId>org.opendaylight.genius</groupId>
207             <artifactId>mdsalutil-testutils</artifactId>
208             <version>${genius.version}</version>
209             <scope>test</scope>
210         </dependency>
211         <dependency>
212             <groupId>org.opendaylight.netvirt</groupId>
213             <artifactId>neutronvpn-impl</artifactId>
214             <version>${project.version}</version>
215             <scope>test</scope>
216         </dependency>
217         <dependency>
218             <groupId>org.opendaylight.genius</groupId>
219             <artifactId>testutils</artifactId>
220             <version>${genius.version}</version>
221             <scope>test</scope>
222         </dependency>
223     </dependencies>
224
225     <build>
226         <plugins>
227             <plugin>
228                 <groupId>org.apache.aries.blueprint</groupId>
229                 <artifactId>blueprint-maven-plugin</artifactId>
230             </plugin>
231             <plugin>
232                 <groupId>org.apache.felix</groupId>
233                 <artifactId>maven-bundle-plugin</artifactId>
234                 <extensions>true</extensions>
235                 <configuration>
236                     <instructions>
237                         <Embed-Transitive>true</Embed-Transitive>
238                         <!-- We purposely don't export any packages to avoid any dependencies
239                              on this bundle and prevent @Singleton annotated classes from being
240                              accidently included in another bundle's blueprint XML  -->
241                         <Export-Package/>
242                     </instructions>
243                 </configuration>
244             </plugin>
245             <plugin>
246                 <groupId>org.codehaus.mojo</groupId>
247                 <artifactId>build-helper-maven-plugin</artifactId>
248                 <executions>
249                     <execution>
250                         <id>attach-artifacts</id>
251                         <goals>
252                             <goal>attach-artifact</goal>
253                         </goals>
254                         <phase>package</phase>
255                         <configuration>
256                             <artifacts>
257                                 <artifact>
258                                     <file>${project.build.directory}/classes/initial/netvirt-elanmanager-config.xml
259                                     </file>
260                                     <type>xml</type>
261                                     <classifier>config</classifier>
262                                 </artifact>
263                             </artifacts>
264                         </configuration>
265                     </execution>
266                 </executions>
267             </plugin>
268             <plugin>
269                 <groupId>org.eclipse.xtend</groupId>
270                 <artifactId>xtend-maven-plugin</artifactId>
271             </plugin>
272         </plugins>
273     </build>
274 </project>