Integrate controller-2.0.1
[genius.git] / mdsalutil / mdsalutil-api / 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.9.0-SNAPSHOT</version>
17     <relativePath>../../commons/binding-parent</relativePath>
18   </parent>
19
20   <groupId>org.opendaylight.genius</groupId>
21   <artifactId>mdsalutil-api</artifactId>
22   <version>0.9.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   <dependencies>
29     <dependency>
30       <groupId>org.opendaylight.yangtools</groupId>
31       <artifactId>util</artifactId>
32     </dependency>
33     <dependency>
34       <groupId>org.opendaylight.openflowplugin.model</groupId>
35       <artifactId>model-flow-base</artifactId>
36     </dependency>
37     <dependency>
38       <groupId>org.opendaylight.openflowplugin.model</groupId>
39       <artifactId>model-flow-service</artifactId>
40     </dependency>
41     <dependency>
42       <groupId>org.opendaylight.openflowplugin.libraries</groupId>
43       <artifactId>liblldp</artifactId>
44     </dependency>
45     <dependency>
46       <groupId>org.opendaylight.mdsal</groupId>
47       <artifactId>mdsal-eos-binding-api</artifactId>
48     </dependency>
49     <dependency>
50       <groupId>org.opendaylight.openflowplugin</groupId>
51       <artifactId>openflowplugin-extension-nicira</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.openflowplugin</groupId>
55       <artifactId>openflowjava-extension-nicira</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.openflowplugin</groupId>
59       <artifactId>openflowplugin-extension-eric</artifactId>
60       <version>${openflowplugin.version}</version>
61     </dependency>
62     <dependency>
63       <groupId>org.opendaylight.openflowplugin</groupId>
64       <artifactId>openflowjava-extension-eric</artifactId>
65       <version>${openflowplugin.version}</version>
66     </dependency>
67     <dependency>
68       <groupId>org.opendaylight.ovsdb</groupId>
69       <artifactId>hwvtepsouthbound-api</artifactId>
70       <version>${genius.ovsdb.version}</version>
71     </dependency>
72     <dependency>
73       <groupId>org.opendaylight.ovsdb</groupId>
74       <artifactId>utils.config</artifactId>
75       <version>${genius.ovsdb.version}</version>
76     </dependency>
77     <dependency>
78       <groupId>org.opendaylight.serviceutils</groupId>
79       <artifactId>tools-api</artifactId>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.serviceutils</groupId>
83       <artifactId>listener-api</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>${project.groupId}</groupId>
87       <artifactId>ipv6util-api</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>org.opendaylight.infrautils</groupId>
91       <artifactId>infrautils-util</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.infrautils</groupId>
95       <artifactId>inject</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>javax.annotation</groupId>
99       <artifactId>javax.annotation-api</artifactId>
100       <optional>true</optional>
101     </dependency>
102     <dependency>
103       <groupId>org.opendaylight.infrautils</groupId>
104       <artifactId>jobcoordinator-api</artifactId>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.infrautils</groupId>
108       <artifactId>caches-api</artifactId>
109     </dependency>
110    <dependency>
111       <groupId>org.opendaylight.infrautils</groupId>
112       <artifactId>metrics-api</artifactId>
113    </dependency>
114     <dependency>
115       <groupId>org.opendaylight.infrautils</groupId>
116       <artifactId>caches-guava-impl</artifactId>
117       <scope>test</scope>
118     </dependency>
119     <dependency>
120       <groupId>org.immutables</groupId>
121       <artifactId>value</artifactId>
122       <classifier>annotations</classifier>
123     </dependency>
124     <dependency>
125       <groupId>org.osgi</groupId>
126       <artifactId>org.osgi.core</artifactId>
127     </dependency>
128     <dependency>
129       <groupId>org.apache.aries.blueprint</groupId>
130       <artifactId>blueprint-maven-plugin-annotation</artifactId>
131       <optional>true</optional>
132     </dependency>
133     <dependency>
134       <groupId>commons-net</groupId>
135       <artifactId>commons-net</artifactId>
136     </dependency>
137
138     <!-- Dependencies with <scope>test -->
139     <dependency>
140       <groupId>org.opendaylight.yangtools</groupId>
141       <artifactId>testutils</artifactId>
142       <scope>test</scope>
143     </dependency>
144     <dependency>
145       <groupId>org.awaitility</groupId>
146       <artifactId>awaitility</artifactId>
147       <scope>test</scope>
148     </dependency>
149     <dependency>
150       <groupId>org.opendaylight.mdsal</groupId>
151       <artifactId>mdsal-binding-spi</artifactId>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.infrautils</groupId>
155       <artifactId>infrautils-testutils</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>com.google.truth</groupId>
159       <artifactId>truth</artifactId>
160       <scope>test</scope>
161     </dependency>
162     <dependency>
163       <groupId>com.google.guava</groupId>
164       <artifactId>guava-testlib</artifactId>
165     </dependency>
166     <dependency>
167       <groupId>org.opendaylight.mdsal</groupId>
168       <artifactId>mdsal-binding-test-utils</artifactId>
169     </dependency>
170   </dependencies>
171
172   <build>
173     <plugins>
174       <plugin>
175         <groupId>org.apache.felix</groupId>
176         <artifactId>maven-bundle-plugin</artifactId>
177         <extensions>true</extensions>
178         <configuration>
179           <instructions>
180             <Bundle-Activator>org.opendaylight.genius.datastoreutils.Activator</Bundle-Activator>
181           </instructions>
182         </configuration>
183       </plugin>
184       <plugin>
185         <groupId>org.apache.maven.plugins</groupId>
186         <artifactId>maven-jar-plugin</artifactId>
187         <executions>
188           <execution>
189             <goals>
190               <goal>test-jar</goal>
191             </goals>
192           </execution>
193         </executions>
194       </plugin>
195     </plugins>
196   </build>
197 </project>