6bf8fbc95f329422658b749db8c200067f56f99a
[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.5.0-SNAPSHOT</version>
17     <relativePath>../../commons/binding-parent</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>interfacemanager-impl</artifactId>
22   <version>0.5.0-SNAPSHOT</version>
23   <packaging>bundle</packaging>
24   <!-- <name> formatting is used by autorelease to parse and notify projects on
25        build failure. Please do not modify this unless you have a good reason. -->
26   <name>ODL :: genius :: ${project.artifactId}</name>
27
28   <dependencyManagement>
29     <dependencies>
30       <dependency>
31         <groupId>org.opendaylight.genius</groupId>
32         <artifactId>genius-artifacts</artifactId>
33         <version>${project.version}</version>
34         <type>pom</type>
35         <scope>import</scope>
36       </dependency>
37       <dependency>
38         <groupId>org.opendaylight.infrautils</groupId>
39         <artifactId>infrautils-artifacts</artifactId>
40         <version>${genius.infrautils.version}</version>
41         <type>pom</type>
42         <scope>import</scope>
43       </dependency>
44       <dependency>
45         <groupId>org.opendaylight.openflowplugin</groupId>
46         <artifactId>openflowplugin-artifacts</artifactId>
47         <version>${openflowplugin.version}</version>
48         <type>pom</type>
49         <scope>import</scope>
50       </dependency>
51       <dependency>
52         <groupId>org.opendaylight.serviceutils</groupId>
53         <artifactId>serviceutils-artifacts</artifactId>
54         <version>0.2.0-SNAPSHOT</version>
55         <type>pom</type>
56         <scope>import</scope>
57       </dependency>
58     </dependencies>
59   </dependencyManagement>
60
61   <dependencies>
62     <dependency>
63       <groupId>${project.groupId}</groupId>
64       <artifactId>interfacemanager-api</artifactId>
65       <version>${project.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.openflowplugin</groupId>
69       <artifactId>openflowplugin-extension-nicira</artifactId>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.openflowplugin.model</groupId>
73       <artifactId>model-flow-service</artifactId>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.openflowplugin.model</groupId>
77       <artifactId>model-flow-base</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.mdsal.model</groupId>
81       <artifactId>ietf-interfaces</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>org.opendaylight.mdsal</groupId>
85       <artifactId>mdsal-eos-binding-api</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.genius</groupId>
89       <artifactId>mdsalutil-api</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.genius</groupId>
93       <artifactId>idmanager-api</artifactId>
94       <version>${project.version}</version>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.genius</groupId>
98       <artifactId>alivenessmonitor-api</artifactId>
99       <version>${project.version}</version>
100     </dependency>
101     <dependency>
102       <groupId>org.opendaylight.serviceutils</groupId>
103       <artifactId>srm-api</artifactId>
104       <version>0.2.0-SNAPSHOT</version>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.serviceutils</groupId>
108       <artifactId>tools-api</artifactId>
109       <version>0.2.0-SNAPSHOT</version>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.ovsdb</groupId>
113       <artifactId>southbound-api</artifactId>
114       <version>${genius.ovsdb.version}</version>
115     </dependency>
116     <dependency>
117       <groupId>org.opendaylight.ovsdb</groupId>
118       <artifactId>utils.southbound-utils</artifactId>
119       <version>${genius.ovsdb.version}</version>
120     </dependency>
121     <dependency>
122       <groupId>org.opendaylight.ovsdb</groupId>
123       <artifactId>hwvtepsouthbound-api</artifactId>
124       <version>${genius.ovsdb.version}</version>
125     </dependency>
126     <dependency>
127       <groupId>org.opendaylight.infrautils</groupId>
128       <artifactId>diagstatus-api</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>com.google.guava</groupId>
132       <artifactId>guava</artifactId>
133     </dependency>
134     <dependency>
135       <groupId>javax.inject</groupId>
136       <artifactId>javax.inject</artifactId>
137     </dependency>
138     <dependency>
139       <groupId>org.ops4j.pax.cdi</groupId>
140       <artifactId>pax-cdi-api</artifactId>
141       <optional>true</optional>
142     </dependency>
143     <!-- for infrautils metrics APIs -->
144     <dependency>
145       <groupId>org.opendaylight.infrautils</groupId>
146       <artifactId>metrics-api</artifactId>
147     </dependency>
148
149     <!-- Testing Dependencies -->
150     <dependency>
151       <groupId>org.opendaylight.genius</groupId>
152       <artifactId>testutils</artifactId>
153       <version>${project.version}</version>
154       <scope>test</scope>
155     </dependency>
156     <dependency>
157       <groupId>org.opendaylight.genius</groupId>
158       <artifactId>lockmanager-impl</artifactId>
159       <version>${project.version}</version>
160       <scope>test</scope>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.genius</groupId>
164       <artifactId>idmanager-impl</artifactId>
165         <version>${project.version}</version>
166       <scope>test</scope>
167     </dependency>
168     <dependency>
169       <groupId>org.opendaylight.genius</groupId>
170       <artifactId>mdsalutil-testutils</artifactId>
171       <version>${project.version}</version>
172       <scope>test</scope>
173     </dependency>
174     <dependency>
175       <groupId>org.opendaylight.mdsal</groupId>
176       <artifactId>mdsal-eos-binding-adapter</artifactId>
177       <scope>test</scope>
178     </dependency>
179     <dependency>
180     <groupId>org.opendaylight.mdsal</groupId>
181       <artifactId>mdsal-eos-dom-simple</artifactId>
182       <scope>test</scope>
183     </dependency>
184   </dependencies>
185
186   <build>
187     <plugins>
188       <plugin>
189         <groupId>org.eclipse.xtend</groupId>
190         <artifactId>xtend-maven-plugin</artifactId>
191         <dependencies>
192           <dependency>
193             <groupId>org.eclipse.platform</groupId>
194             <artifactId>org.eclipse.equinox.common</artifactId>
195             <version>3.10.0</version>
196           </dependency>
197         </dependencies>
198       </plugin>
199       <plugin>
200         <groupId>org.apache.aries.blueprint</groupId>
201         <artifactId>blueprint-maven-plugin</artifactId>
202       </plugin>
203       <plugin>
204         <groupId>org.codehaus.mojo</groupId>
205         <artifactId>build-helper-maven-plugin</artifactId>
206         <executions>
207           <execution>
208             <id>attach-artifacts</id>
209             <goals>
210               <goal>attach-artifact</goal>
211             </goals>
212             <phase>package</phase>
213             <configuration>
214               <artifacts>
215                 <artifact>
216                   <file>${project.build.directory}/classes/initial/genius-ifm-config.xml</file>
217                   <type>xml</type>
218                   <classifier>config</classifier>
219                 </artifact>
220               </artifacts>
221             </configuration>
222           </execution>
223         </executions>
224       </plugin>
225     </plugins>
226   </build>
227 </project>