bb57b7f84dcdd0ca6f0ae0418fd15265f252c2b2
[genius.git] / interfacemanager / interfacemanager-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright © 2016 Ericsson India Global Services Pvt Ltd. and others.  All rights reserved.
4
5 This program and the accompanying materials are made available under the
6 terms of the Eclipse Public License v1.0 which accompanies this distribution,
7 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   <modelVersion>4.0.0</modelVersion>
12
13   <parent>
14     <groupId>org.opendaylight.genius</groupId>
15     <artifactId>binding-parent</artifactId>
16     <version>0.10.0-SNAPSHOT</version>
17     <relativePath>../../commons/binding-parent</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>interfacemanager-impl</artifactId>
22   <packaging>bundle</packaging>
23   <!-- <name> formatting is used by autorelease to parse and notify projects on
24        build failure. Please do not modify this unless you have a good reason. -->
25   <name>ODL :: genius :: ${project.artifactId}</name>
26
27   <dependencies>
28     <dependency>
29       <groupId>${project.groupId}</groupId>
30       <artifactId>interfacemanager-api</artifactId>
31     </dependency>
32     <dependency>
33       <groupId>org.opendaylight.openflowplugin</groupId>
34       <artifactId>openflowplugin-extension-nicira</artifactId>
35     </dependency>
36     <dependency>
37       <groupId>org.opendaylight.openflowplugin.model</groupId>
38       <artifactId>model-flow-service</artifactId>
39     </dependency>
40     <dependency>
41       <groupId>org.opendaylight.openflowplugin.model</groupId>
42       <artifactId>model-flow-base</artifactId>
43     </dependency>
44     <dependency>
45       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
46       <artifactId>rfc7223</artifactId>
47     </dependency>
48     <dependency>
49       <groupId>org.opendaylight.mdsal</groupId>
50       <artifactId>mdsal-eos-binding-api</artifactId>
51     </dependency>
52     <dependency>
53       <groupId>org.opendaylight.genius</groupId>
54       <artifactId>mdsalutil-api</artifactId>
55     </dependency>
56     <dependency>
57       <groupId>org.opendaylight.genius</groupId>
58       <artifactId>idmanager-api</artifactId>
59     </dependency>
60     <dependency>
61       <groupId>org.opendaylight.genius</groupId>
62       <artifactId>alivenessmonitor-api</artifactId>
63       <version>${project.version}</version>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.serviceutils</groupId>
67       <artifactId>rpc-api</artifactId>
68     </dependency>
69     <dependency>
70       <groupId>org.opendaylight.serviceutils</groupId>
71       <artifactId>srm-api</artifactId>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.serviceutils</groupId>
75       <artifactId>listener-api</artifactId>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.ovsdb</groupId>
79       <artifactId>southbound-api</artifactId>
80       <version>${genius.ovsdb.version}</version>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.ovsdb</groupId>
84       <artifactId>utils.southbound-utils</artifactId>
85       <version>${genius.ovsdb.version}</version>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.ovsdb</groupId>
89       <artifactId>hwvtepsouthbound-api</artifactId>
90       <version>${genius.ovsdb.version}</version>
91     </dependency>
92     <dependency>
93       <groupId>org.opendaylight.infrautils</groupId>
94       <artifactId>diagstatus-api</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>com.google.guava</groupId>
98       <artifactId>guava</artifactId>
99     </dependency>
100     <dependency>
101       <groupId>javax.inject</groupId>
102       <artifactId>javax.inject</artifactId>
103       <scope>provided</scope>
104       <optional>true</optional>
105     </dependency>
106     <dependency>
107       <groupId>javax.annotation</groupId>
108       <artifactId>javax.annotation-api</artifactId>
109       <optional>true</optional>
110     </dependency>
111     <dependency>
112       <groupId>org.apache.aries.blueprint</groupId>
113       <artifactId>blueprint-maven-plugin-annotation</artifactId>
114       <optional>true</optional>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.genius</groupId>
118       <artifactId>cloudscaler-api</artifactId>
119       <version>${project.version}</version>
120     </dependency>
121     <!-- for infrautils metrics APIs -->
122     <dependency>
123       <groupId>org.opendaylight.infrautils</groupId>
124       <artifactId>metrics-api</artifactId>
125     </dependency>
126
127     <!-- Testing Dependencies -->
128     <dependency>
129       <groupId>org.opendaylight.genius</groupId>
130       <artifactId>testutils</artifactId>
131       <version>${project.version}</version>
132       <scope>test</scope>
133     </dependency>
134     <dependency>
135       <groupId>org.opendaylight.genius</groupId>
136       <artifactId>lockmanager-impl</artifactId>
137       <version>${project.version}</version>
138       <scope>test</scope>
139     </dependency>
140     <dependency>
141       <groupId>org.opendaylight.genius</groupId>
142       <artifactId>idmanager-impl</artifactId>
143         <version>${project.version}</version>
144       <scope>test</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.opendaylight.genius</groupId>
148       <artifactId>mdsalutil-testutils</artifactId>
149       <version>${project.version}</version>
150       <scope>test</scope>
151     </dependency>
152     <dependency>
153       <groupId>org.opendaylight.mdsal</groupId>
154       <artifactId>mdsal-eos-binding-adapter</artifactId>
155       <scope>test</scope>
156     </dependency>
157     <dependency>
158     <groupId>org.opendaylight.mdsal</groupId>
159       <artifactId>mdsal-eos-dom-simple</artifactId>
160       <scope>test</scope>
161     </dependency>
162   </dependencies>
163
164   <build>
165     <pluginManagement>
166       <plugins>
167         <plugin>
168           <artifactId>maven-checkstyle-plugin</artifactId>
169           <dependencies>
170             <dependency>
171               <groupId>org.opendaylight.genius</groupId>
172               <artifactId>checkstyle</artifactId>
173               <version>${project.version}</version>
174             </dependency>
175           </dependencies>
176           <executions>
177             <execution>
178               <id>check-databroker</id>
179               <goals>
180                 <goal>check</goal>
181               </goals>
182               <phase>process-sources</phase>
183               <configuration>
184                 <configLocation>databroker-checks.xml</configLocation>
185                 <includeResources>false</includeResources>
186                 <includeTestSourceDirectory>false</includeTestSourceDirectory>
187                 <includeTestResources>false</includeTestResources>
188                 <sourceDirectories>
189                   <sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
190                 </sourceDirectories>
191                 <failsOnError>true</failsOnError>
192                 <consoleOutput>true</consoleOutput>
193               </configuration>
194             </execution>
195           </executions>
196         </plugin>
197       </plugins>
198     </pluginManagement>
199     <plugins>
200       <plugin>
201         <groupId>org.eclipse.xtend</groupId>
202         <artifactId>xtend-maven-plugin</artifactId>
203       </plugin>
204       <plugin>
205         <groupId>org.apache.aries.blueprint</groupId>
206         <artifactId>blueprint-maven-plugin</artifactId>
207       </plugin>
208       <plugin>
209         <groupId>org.codehaus.mojo</groupId>
210         <artifactId>build-helper-maven-plugin</artifactId>
211         <executions>
212           <execution>
213             <id>attach-artifacts</id>
214             <goals>
215               <goal>attach-artifact</goal>
216             </goals>
217             <phase>package</phase>
218             <configuration>
219               <artifacts>
220                 <artifact>
221                   <file>${project.build.directory}/classes/initial/genius-ifm-config.xml</file>
222                   <type>xml</type>
223                   <classifier>config</classifier>
224                 </artifact>
225               </artifacts>
226             </configuration>
227           </execution>
228         </executions>
229       </plugin>
230     </plugins>
231   </build>
232 </project>