cbda57f99c38dfa82e1e5097aa9a13e8a7705f35
[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.6.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.6.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   <dependencyManagement>
30     <dependencies>
31       <dependency>
32         <groupId>org.opendaylight.genius</groupId>
33         <artifactId>genius-artifacts</artifactId>
34         <version>${project.version}</version>
35         <type>pom</type>
36         <scope>import</scope>
37       </dependency>
38       <dependency>
39         <groupId>org.opendaylight.infrautils</groupId>
40         <artifactId>infrautils-artifacts</artifactId>
41         <version>${genius.infrautils.version}</version>
42         <type>pom</type>
43         <scope>import</scope>
44       </dependency>
45       <dependency>
46         <groupId>org.opendaylight.openflowplugin</groupId>
47         <artifactId>openflowplugin-artifacts</artifactId>
48         <version>${openflowplugin.version}</version>
49         <type>pom</type>
50         <scope>import</scope>
51       </dependency>
52       <dependency>
53         <groupId>org.opendaylight.serviceutils</groupId>
54         <artifactId>serviceutils-artifacts</artifactId>
55         <version>0.3.0-SNAPSHOT</version>
56         <type>pom</type>
57         <scope>import</scope>
58       </dependency>
59     </dependencies>
60   </dependencyManagement>
61
62   <dependencies>
63     <dependency>
64       <groupId>${project.groupId}</groupId>
65       <artifactId>itm-api</artifactId>
66       <version>${project.version}</version>
67     </dependency>
68     <dependency>
69       <groupId>org.opendaylight.genius</groupId>
70       <artifactId>interfacemanager-api</artifactId>
71       <version>${project.version}</version>
72     </dependency>
73     <dependency>
74       <groupId>org.opendaylight.serviceutils</groupId>
75       <artifactId>tools-api</artifactId>
76       <version>0.3.0-SNAPSHOT</version>
77     </dependency>
78     <dependency>
79       <groupId>org.opendaylight.genius</groupId>
80       <artifactId>mdsalutil-api</artifactId>
81     </dependency>
82     <dependency>
83       <groupId>org.opendaylight.infrautils</groupId>
84       <artifactId>diagstatus-api</artifactId>
85     </dependency>
86     <dependency>
87       <groupId>org.ops4j.pax.cdi</groupId>
88       <artifactId>pax-cdi-api</artifactId>
89       <optional>true</optional>
90     </dependency>
91     <dependency>
92       <groupId>org.opendaylight.controller</groupId>
93       <artifactId>sal-binding-broker-impl</artifactId>
94     </dependency>
95     <dependency>
96       <groupId>org.opendaylight.mdsal.model</groupId>
97       <artifactId>ietf-interfaces</artifactId>
98     </dependency>
99     <dependency>
100       <groupId>javax.inject</groupId>
101       <artifactId>javax.inject</artifactId>
102     </dependency>
103     <dependency>
104       <groupId>org.osgi</groupId>
105       <artifactId>org.osgi.core</artifactId>
106       <scope>provided</scope>
107     </dependency>
108     <dependency>
109       <groupId>org.apache.karaf.shell</groupId>
110       <artifactId>org.apache.karaf.shell.core</artifactId>
111     </dependency>
112     <dependency>
113       <groupId>com.google.guava</groupId>
114       <artifactId>guava</artifactId>
115     </dependency>
116     <dependency>
117       <groupId>commons-net</groupId>
118       <artifactId>commons-net</artifactId>
119     </dependency>
120     <dependency>
121       <groupId>org.opendaylight.genius</groupId>
122       <artifactId>idmanager-api</artifactId>
123       <version>${project.version}</version>
124     </dependency>
125     <!-- Testing Dependencies -->
126     <dependency>
127       <groupId>org.opendaylight.genius</groupId>
128       <artifactId>testutils</artifactId>
129       <version>${project.version}</version>
130       <scope>test</scope>
131     </dependency>
132     <dependency>
133       <groupId>org.opendaylight.genius</groupId>
134       <artifactId>lockmanager-impl</artifactId>
135       <version>${project.version}</version>
136       <scope>test</scope>
137     </dependency>
138     <dependency>
139       <groupId>org.opendaylight.genius</groupId>
140       <artifactId>idmanager-impl</artifactId>
141       <version>${project.version}</version>
142       <scope>test</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.opendaylight.genius</groupId>
146       <artifactId>interfacemanager-impl</artifactId>
147       <version>${project.version}</version>
148       <scope>test</scope>
149     </dependency>
150     <dependency>
151       <groupId>junit</groupId>
152       <artifactId>junit</artifactId>
153       <scope>test</scope>
154     </dependency>
155     <dependency>
156       <groupId>org.mockito</groupId>
157       <artifactId>mockito-core</artifactId>
158       <scope>test</scope>
159     </dependency>
160     <dependency>
161       <groupId>org.opendaylight.mdsal</groupId>
162       <artifactId>mdsal-binding-test-utils</artifactId>
163       <scope>test</scope>
164     </dependency>
165     <dependency>
166       <groupId>com.google.truth</groupId>
167       <artifactId>truth</artifactId>
168     </dependency>
169     <dependency>
170       <groupId>org.powermock</groupId>
171       <artifactId>powermock-api-mockito</artifactId>
172       <scope>test</scope>
173     </dependency>
174     <dependency>
175       <groupId>org.powermock</groupId>
176       <artifactId>powermock-module-junit4</artifactId>
177       <scope>test</scope>
178     </dependency>
179     <dependency>
180       <groupId>org.opendaylight.ovsdb</groupId>
181       <artifactId>utils.southbound-utils</artifactId>
182       <version>${genius.ovsdb.version}</version>
183       <scope>test</scope>
184     </dependency>
185     <dependency>
186       <groupId>org.opendaylight.genius</groupId>
187       <artifactId>mdsalutil-testutils</artifactId>
188       <version>${project.version}</version>
189       <scope>test</scope>
190     </dependency>
191     <dependency>
192       <groupId>org.opendaylight.serviceutils</groupId>
193       <artifactId>srm-api</artifactId>
194       <version>0.3.0-SNAPSHOT</version>
195     </dependency>
196     <dependency>
197       <groupId>org.opendaylight.infrautils</groupId>
198       <artifactId>caches-test</artifactId>
199       <version>${genius.infrautils.version}</version>
200       <scope>test</scope>
201     </dependency>
202   </dependencies>
203   <!--Build Dependencies-->
204   <build>
205     <plugins>
206       <plugin>
207         <groupId>org.codehaus.mojo</groupId>
208         <artifactId>build-helper-maven-plugin</artifactId>
209         <executions>
210           <execution>
211             <id>attach-artifacts</id>
212             <goals>
213               <goal>attach-artifact</goal>
214             </goals>
215             <phase>package</phase>
216             <configuration>
217               <artifacts>
218                 <artifact>
219                   <file>${project.build.directory}/classes/initial/genius-itm-config.xml</file>
220                   <type>xml</type>
221                   <classifier>config</classifier>
222                 </artifact>
223               </artifacts>
224             </configuration>
225           </execution>
226         </executions>
227       </plugin>
228       <plugin>
229         <groupId>org.apache.aries.blueprint</groupId>
230         <artifactId>blueprint-maven-plugin</artifactId>
231       </plugin>
232       <plugin>
233         <groupId>org.eclipse.xtend</groupId>
234         <artifactId>xtend-maven-plugin</artifactId>
235         <dependencies>
236           <dependency>
237             <groupId>org.eclipse.platform</groupId>
238             <artifactId>org.eclipse.equinox.common</artifactId>
239             <version>3.10.0</version>
240           </dependency>
241         </dependencies>
242       </plugin>
243       <plugin>
244         <groupId>org.apache.felix</groupId>
245         <artifactId>maven-bundle-plugin</artifactId>
246         <configuration>
247           <instructions>
248             <Karaf-Commands>org.opendaylight.genius.itm.cli*</Karaf-Commands>
249           </instructions>
250         </configuration>
251       </plugin>
252     </plugins>
253   </build>
254 </project>