6d249e19e065dd69093fe5d743dbb977a764f46b
[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.controller</groupId>
47       <artifactId>sal-binding-api</artifactId>
48     </dependency>!-->
49     <dependency>
50       <groupId>org.opendaylight.mdsal</groupId>
51       <artifactId>mdsal-eos-binding-api</artifactId>
52     </dependency>
53     <dependency>
54       <groupId>org.opendaylight.openflowplugin</groupId>
55       <artifactId>openflowplugin-extension-nicira</artifactId>
56     </dependency>
57     <dependency>
58       <groupId>org.opendaylight.openflowplugin</groupId>
59       <artifactId>openflowjava-extension-nicira</artifactId>
60     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.openflowplugin</groupId>
63       <artifactId>openflowplugin-extension-eric</artifactId>
64       <version>${openflowplugin.version}</version>
65     </dependency>
66     <dependency>
67       <groupId>org.opendaylight.openflowplugin</groupId>
68       <artifactId>openflowjava-extension-eric</artifactId>
69       <version>${openflowplugin.version}</version>
70     </dependency>
71     <dependency>
72       <groupId>org.opendaylight.ovsdb</groupId>
73       <artifactId>hwvtepsouthbound-api</artifactId>
74       <version>${genius.ovsdb.version}</version>
75     </dependency>
76     <dependency>
77       <groupId>org.opendaylight.ovsdb</groupId>
78       <artifactId>utils.config</artifactId>
79       <version>${genius.ovsdb.version}</version>
80     </dependency>
81     <dependency>
82       <groupId>org.opendaylight.serviceutils</groupId>
83       <artifactId>tools-api</artifactId>
84     </dependency>
85     <dependency>
86       <groupId>org.opendaylight.serviceutils</groupId>
87       <artifactId>listener-api</artifactId>
88     </dependency>
89     <dependency>
90       <groupId>${project.groupId}</groupId>
91       <artifactId>ipv6util-api</artifactId>
92     </dependency>
93     <dependency>
94       <groupId>org.opendaylight.infrautils</groupId>
95       <artifactId>infrautils-util</artifactId>
96     </dependency>
97     <dependency>
98       <groupId>org.opendaylight.infrautils</groupId>
99       <artifactId>inject</artifactId>
100     </dependency>
101     <dependency>
102       <groupId>javax.annotation</groupId>
103       <artifactId>javax.annotation-api</artifactId>
104       <optional>true</optional>
105     </dependency>
106     <dependency>
107       <groupId>org.opendaylight.infrautils</groupId>
108       <artifactId>jobcoordinator-api</artifactId>
109     </dependency>
110     <dependency>
111       <groupId>org.opendaylight.infrautils</groupId>
112       <artifactId>caches-api</artifactId>
113     </dependency>
114    <dependency>
115       <groupId>org.opendaylight.infrautils</groupId>
116       <artifactId>metrics-api</artifactId>
117    </dependency>
118     <dependency>
119       <groupId>org.opendaylight.infrautils</groupId>
120       <artifactId>caches-guava-impl</artifactId>
121       <scope>test</scope>
122     </dependency>
123     <dependency>
124       <groupId>org.immutables</groupId>
125       <artifactId>value</artifactId>
126       <classifier>annotations</classifier>
127     </dependency>
128     <dependency>
129       <groupId>org.osgi</groupId>
130       <artifactId>org.osgi.core</artifactId>
131     </dependency>
132     <dependency>
133       <groupId>org.apache.aries.blueprint</groupId>
134       <artifactId>blueprint-maven-plugin-annotation</artifactId>
135       <optional>true</optional>
136     </dependency>
137     <dependency>
138       <groupId>commons-net</groupId>
139       <artifactId>commons-net</artifactId>
140     </dependency>
141
142     <!-- Dependencies with <scope>test -->
143     <dependency>
144       <groupId>org.opendaylight.yangtools</groupId>
145       <artifactId>testutils</artifactId>
146       <scope>test</scope>
147     </dependency>
148     <dependency>
149       <groupId>org.awaitility</groupId>
150       <artifactId>awaitility</artifactId>
151       <scope>test</scope>
152     </dependency>
153     <dependency>
154       <groupId>org.opendaylight.mdsal</groupId>
155       <artifactId>mdsal-binding-spi</artifactId>
156     </dependency>
157     <dependency>
158       <groupId>org.opendaylight.infrautils</groupId>
159       <artifactId>infrautils-testutils</artifactId>
160     </dependency>
161     <dependency>
162       <groupId>com.google.truth</groupId>
163       <artifactId>truth</artifactId>
164       <scope>test</scope>
165     </dependency>
166     <dependency>
167       <groupId>com.google.guava</groupId>
168       <artifactId>guava-testlib</artifactId>
169     </dependency>
170     <!--<dependency>
171        <groupId>org.opendaylight.controller</groupId>
172        <artifactId>sal-binding-broker-impl</artifactId>
173        <scope>test</scope>
174      </dependency>
175      <dependency>
176        <groupId>org.opendaylight.controller</groupId>
177        <artifactId>sal-binding-broker-impl</artifactId>
178        <scope>test</scope>
179        <type>test-jar</type>
180      </dependency>!-->
181     <dependency>
182       <groupId>org.opendaylight.mdsal</groupId>
183       <artifactId>mdsal-binding-test-utils</artifactId>
184       <scope>test</scope>
185     </dependency>
186     <dependency>
187       <groupId>org.opendaylight.mdsal</groupId>
188       <artifactId>mdsal-binding-dom-adapter</artifactId>
189       <scope>test</scope>
190       <type>test-jar</type>
191     </dependency>
192   </dependencies>
193
194   <build>
195     <plugins>
196       <plugin>
197         <groupId>org.apache.felix</groupId>
198         <artifactId>maven-bundle-plugin</artifactId>
199         <extensions>true</extensions>
200         <configuration>
201           <instructions>
202             <Bundle-Activator>org.opendaylight.genius.datastoreutils.Activator</Bundle-Activator>
203           </instructions>
204         </configuration>
205       </plugin>
206       <plugin>
207         <groupId>org.apache.maven.plugins</groupId>
208         <artifactId>maven-jar-plugin</artifactId>
209         <executions>
210           <execution>
211             <goals>
212               <goal>test-jar</goal>
213             </goals>
214           </execution>
215         </executions>
216       </plugin>
217     </plugins>
218   </build>
219 </project>