Drop Xtend Equinox Common overrides
[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.mdsal</groupId>
128       <artifactId>mdsal-eos-binding-adapter</artifactId>
129       <scope>test</scope>
130     </dependency>
131     <dependency>
132       <groupId>org.opendaylight.mdsal</groupId>
133       <artifactId>mdsal-eos-dom-simple</artifactId>
134       <scope>test</scope>
135     </dependency>
136     <dependency>
137       <groupId>org.opendaylight.genius</groupId>
138       <artifactId>testutils</artifactId>
139       <version>${project.version}</version>
140       <scope>test</scope>
141     </dependency>
142     <dependency>
143       <groupId>org.opendaylight.genius</groupId>
144       <artifactId>lockmanager-impl</artifactId>
145       <version>${project.version}</version>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>org.opendaylight.genius</groupId>
150       <artifactId>idmanager-impl</artifactId>
151       <version>${project.version}</version>
152       <scope>test</scope>
153     </dependency>
154     <dependency>
155       <groupId>org.opendaylight.genius</groupId>
156       <artifactId>interfacemanager-impl</artifactId>
157       <version>${project.version}</version>
158       <scope>test</scope>
159     </dependency>
160     <dependency>
161       <groupId>junit</groupId>
162       <artifactId>junit</artifactId>
163       <scope>test</scope>
164     </dependency>
165     <dependency>
166       <groupId>org.mockito</groupId>
167       <artifactId>mockito-core</artifactId>
168       <scope>test</scope>
169     </dependency>
170     <dependency>
171       <groupId>org.opendaylight.mdsal</groupId>
172       <artifactId>mdsal-binding-test-utils</artifactId>
173       <scope>test</scope>
174     </dependency>
175     <dependency>
176       <groupId>com.google.truth</groupId>
177       <artifactId>truth</artifactId>
178     </dependency>
179     <dependency>
180       <groupId>org.powermock</groupId>
181       <artifactId>powermock-api-mockito</artifactId>
182       <scope>test</scope>
183     </dependency>
184     <dependency>
185       <groupId>org.powermock</groupId>
186       <artifactId>powermock-module-junit4</artifactId>
187       <scope>test</scope>
188     </dependency>
189     <dependency>
190       <groupId>org.opendaylight.ovsdb</groupId>
191       <artifactId>utils.southbound-utils</artifactId>
192       <version>${genius.ovsdb.version}</version>
193       <scope>test</scope>
194     </dependency>
195     <dependency>
196       <groupId>org.opendaylight.genius</groupId>
197       <artifactId>mdsalutil-testutils</artifactId>
198       <version>${project.version}</version>
199       <scope>test</scope>
200     </dependency>
201     <dependency>
202       <groupId>org.opendaylight.serviceutils</groupId>
203       <artifactId>srm-api</artifactId>
204       <version>0.3.0-SNAPSHOT</version>
205     </dependency>
206     <dependency>
207       <groupId>org.opendaylight.infrautils</groupId>
208       <artifactId>caches-test</artifactId>
209       <version>${genius.infrautils.version}</version>
210       <scope>test</scope>
211     </dependency>
212   </dependencies>
213   <!--Build Dependencies-->
214   <build>
215     <plugins>
216       <plugin>
217         <groupId>org.codehaus.mojo</groupId>
218         <artifactId>build-helper-maven-plugin</artifactId>
219         <executions>
220           <execution>
221             <id>attach-artifacts</id>
222             <goals>
223               <goal>attach-artifact</goal>
224             </goals>
225             <phase>package</phase>
226             <configuration>
227               <artifacts>
228                 <artifact>
229                   <file>${project.build.directory}/classes/initial/genius-itm-config.xml</file>
230                   <type>xml</type>
231                   <classifier>config</classifier>
232                 </artifact>
233               </artifacts>
234             </configuration>
235           </execution>
236         </executions>
237       </plugin>
238       <plugin>
239         <groupId>org.apache.aries.blueprint</groupId>
240         <artifactId>blueprint-maven-plugin</artifactId>
241       </plugin>
242       <plugin>
243         <groupId>org.eclipse.xtend</groupId>
244         <artifactId>xtend-maven-plugin</artifactId>
245       </plugin>
246       <plugin>
247         <groupId>org.apache.felix</groupId>
248         <artifactId>maven-bundle-plugin</artifactId>
249         <configuration>
250           <instructions>
251             <Karaf-Commands>org.opendaylight.genius.itm.cli*</Karaf-Commands>
252           </instructions>
253         </configuration>
254       </plugin>
255     </plugins>
256   </build>
257 </project>