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