MRI version bump for Aluminium
[genius.git] / itm / itm-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"
10   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12   <modelVersion>4.0.0</modelVersion>
13
14   <parent>
15     <groupId>org.opendaylight.genius</groupId>
16     <artifactId>binding-parent</artifactId>
17     <version>0.9.0-SNAPSHOT</version>
18     <relativePath>../../commons/binding-parent</relativePath>
19   </parent>
20
21   <groupId>org.opendaylight.genius</groupId>
22   <artifactId>itm-impl</artifactId>
23   <version>0.9.0-SNAPSHOT</version>
24   <packaging>bundle</packaging>
25   <!-- <name> formatting is used by autorelease to parse and notify projects on
26        build failure. Please do not modify this unless you have a good reason. -->
27   <name>ODL :: genius :: ${project.artifactId}</name>
28
29   <dependencies>
30     <dependency>
31       <groupId>${project.groupId}</groupId>
32       <artifactId>itm-api</artifactId>
33     </dependency>
34     <dependency>
35       <groupId>org.opendaylight.genius</groupId>
36       <artifactId>interfacemanager-api</artifactId>
37     </dependency>
38     <dependency>
39       <groupId>org.opendaylight.serviceutils</groupId>
40       <artifactId>rpc-api</artifactId>
41     </dependency>
42     <dependency>
43       <groupId>org.opendaylight.serviceutils</groupId>
44       <artifactId>tools-api</artifactId>
45     </dependency>
46     <dependency>
47       <groupId>org.opendaylight.genius</groupId>
48       <artifactId>mdsalutil-api</artifactId>
49     </dependency>
50     <dependency>
51       <groupId>org.opendaylight.infrautils</groupId>
52       <artifactId>diagstatus-api</artifactId>
53     </dependency>
54     <dependency>
55       <groupId>org.apache.aries.blueprint</groupId>
56       <artifactId>blueprint-maven-plugin-annotation</artifactId>
57       <optional>true</optional>
58     </dependency>
59     <!--<dependency>
60       <groupId>org.opendaylight.controller</groupId>
61       <artifactId>sal-binding-broker-impl</artifactId>
62     </dependency>!-->
63     <dependency>
64       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
65       <artifactId>rfc7223</artifactId>
66     </dependency>
67     <dependency>
68       <groupId>javax.inject</groupId>
69       <artifactId>javax.inject</artifactId>
70       <scope>provided</scope>
71       <optional>true</optional>
72     </dependency>
73     <dependency>
74       <groupId>javax.annotation</groupId>
75       <artifactId>javax.annotation-api</artifactId>
76       <optional>true</optional>
77     </dependency>
78     <dependency>
79       <groupId>org.osgi</groupId>
80       <artifactId>org.osgi.core</artifactId>
81       <scope>provided</scope>
82     </dependency>
83     <dependency>
84       <groupId>org.apache.karaf.shell</groupId>
85       <artifactId>org.apache.karaf.shell.console</artifactId>
86       <scope>provided</scope>
87     </dependency>
88     <dependency>
89       <groupId>com.google.guava</groupId>
90       <artifactId>guava</artifactId>
91     </dependency>
92     <dependency>
93       <groupId>commons-net</groupId>
94       <artifactId>commons-net</artifactId>
95     </dependency>
96     <dependency>
97       <groupId>org.opendaylight.genius</groupId>
98       <artifactId>idmanager-api</artifactId>
99     </dependency>
100     <!-- Testing Dependencies -->
101     <dependency>
102       <groupId>org.opendaylight.mdsal</groupId>
103       <artifactId>mdsal-eos-binding-adapter</artifactId>
104       <scope>test</scope>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.mdsal</groupId>
108       <artifactId>mdsal-eos-dom-simple</artifactId>
109       <scope>test</scope>
110     </dependency>
111     <dependency>
112       <groupId>org.opendaylight.genius</groupId>
113       <artifactId>testutils</artifactId>
114       <version>${project.version}</version>
115       <scope>test</scope>
116     </dependency>
117     <dependency>
118       <groupId>org.opendaylight.genius</groupId>
119       <artifactId>lockmanager-impl</artifactId>
120       <version>${project.version}</version>
121       <scope>test</scope>
122     </dependency>
123     <dependency>
124       <groupId>org.opendaylight.genius</groupId>
125       <artifactId>idmanager-impl</artifactId>
126       <version>${project.version}</version>
127       <scope>test</scope>
128     </dependency>
129     <dependency>
130       <groupId>org.opendaylight.genius</groupId>
131       <artifactId>interfacemanager-impl</artifactId>
132       <version>${project.version}</version>
133       <scope>test</scope>
134     </dependency>
135     <dependency>
136       <groupId>org.opendaylight.genius</groupId>
137       <artifactId>cloudscaler-api</artifactId>
138       <version>${project.version}</version>
139     </dependency>
140     <dependency>
141       <groupId>junit</groupId>
142       <artifactId>junit</artifactId>
143       <scope>test</scope>
144     </dependency>
145     <dependency>
146       <groupId>org.opendaylight.mdsal</groupId>
147       <artifactId>mdsal-binding-test-utils</artifactId>
148       <scope>test</scope>
149     </dependency>
150     <dependency>
151       <groupId>com.google.truth</groupId>
152       <artifactId>truth</artifactId>
153     </dependency>
154     <dependency>
155       <groupId>org.mockito</groupId>
156       <artifactId>mockito-core</artifactId>
157       <scope>test</scope>
158     </dependency>
159     <dependency>
160       <groupId>org.powermock</groupId>
161       <artifactId>powermock-api-mockito2</artifactId>
162     </dependency>
163     <dependency>
164       <groupId>org.powermock</groupId>
165       <artifactId>powermock-module-junit4</artifactId>
166     </dependency>
167     <dependency>
168       <groupId>org.powermock</groupId>
169       <artifactId>powermock-core</artifactId>
170     </dependency>
171     <dependency>
172       <groupId>org.opendaylight.ovsdb</groupId>
173       <artifactId>utils.southbound-utils</artifactId>
174       <version>${genius.ovsdb.version}</version>
175       <scope>test</scope>
176     </dependency>
177     <dependency>
178       <groupId>org.opendaylight.genius</groupId>
179       <artifactId>mdsalutil-testutils</artifactId>
180       <version>${project.version}</version>
181       <scope>test</scope>
182     </dependency>
183     <dependency>
184       <groupId>org.opendaylight.genius</groupId>
185       <artifactId>mdsalutil-impl</artifactId>
186       <version>${project.version}</version>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.serviceutils</groupId>
191       <artifactId>srm-api</artifactId>
192     </dependency>
193     <dependency>
194       <groupId>org.opendaylight.infrautils</groupId>
195       <artifactId>caches-test</artifactId>
196     </dependency>
197     <dependency>
198       <groupId>org.opendaylight.genius</groupId>
199       <artifactId>cloudscaler-impl</artifactId>
200       <version>${project.version}</version>
201       <scope>test</scope>
202     </dependency>
203   </dependencies>
204   <!--Build Dependencies-->
205   <build>
206     <plugins>
207       <plugin>
208         <groupId>org.codehaus.mojo</groupId>
209         <artifactId>build-helper-maven-plugin</artifactId>
210         <executions>
211           <execution>
212             <id>attach-artifacts</id>
213             <goals>
214               <goal>attach-artifact</goal>
215             </goals>
216             <phase>package</phase>
217             <configuration>
218               <artifacts>
219                 <artifact>
220                   <file>${project.build.directory}/classes/initial/genius-itm-config.xml</file>
221                   <type>xml</type>
222                   <classifier>config</classifier>
223                 </artifact>
224               </artifacts>
225             </configuration>
226           </execution>
227         </executions>
228       </plugin>
229       <plugin>
230         <groupId>org.apache.aries.blueprint</groupId>
231         <artifactId>blueprint-maven-plugin</artifactId>
232       </plugin>
233       <plugin>
234         <groupId>org.eclipse.xtend</groupId>
235         <artifactId>xtend-maven-plugin</artifactId>
236       </plugin>
237       <plugin>
238         <groupId>org.apache.felix</groupId>
239         <artifactId>maven-bundle-plugin</artifactId>
240         <configuration>
241           <instructions>
242             <Karaf-Commands>org.opendaylight.genius.itm.cli*</Karaf-Commands>
243           </instructions>
244         </configuration>
245       </plugin>
246     </plugins>
247   </build>
248 </project>