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