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