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