Bump versions by x.(y+1).z for next dev cycle
[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.10.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.10.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>javax.inject</groupId>
95       <artifactId>javax.inject</artifactId>
96       <scope>provided</scope>
97       <optional>true</optional>
98     </dependency>
99     <dependency>
100       <groupId>javax.annotation</groupId>
101       <artifactId>javax.annotation-api</artifactId>
102       <optional>true</optional>
103     </dependency>
104     <dependency>
105       <groupId>org.opendaylight.infrautils</groupId>
106       <artifactId>jobcoordinator-api</artifactId>
107     </dependency>
108     <dependency>
109       <groupId>org.opendaylight.infrautils</groupId>
110       <artifactId>caches-api</artifactId>
111     </dependency>
112    <dependency>
113       <groupId>org.opendaylight.infrautils</groupId>
114       <artifactId>metrics-api</artifactId>
115    </dependency>
116     <dependency>
117       <groupId>org.opendaylight.infrautils</groupId>
118       <artifactId>caches-guava-impl</artifactId>
119       <scope>test</scope>
120     </dependency>
121     <dependency>
122       <groupId>org.immutables</groupId>
123       <artifactId>value</artifactId>
124       <classifier>annotations</classifier>
125     </dependency>
126     <dependency>
127       <groupId>org.osgi</groupId>
128       <artifactId>org.osgi.core</artifactId>
129     </dependency>
130     <dependency>
131       <groupId>org.apache.aries.blueprint</groupId>
132       <artifactId>blueprint-maven-plugin-annotation</artifactId>
133       <optional>true</optional>
134     </dependency>
135     <dependency>
136       <groupId>commons-net</groupId>
137       <artifactId>commons-net</artifactId>
138     </dependency>
139
140     <!-- Dependencies with <scope>test -->
141     <dependency>
142       <groupId>org.opendaylight.yangtools</groupId>
143       <artifactId>testutils</artifactId>
144       <scope>test</scope>
145     </dependency>
146     <dependency>
147       <groupId>org.awaitility</groupId>
148       <artifactId>awaitility</artifactId>
149       <scope>test</scope>
150     </dependency>
151     <dependency>
152       <groupId>org.opendaylight.mdsal</groupId>
153       <artifactId>mdsal-binding-spi</artifactId>
154     </dependency>
155     <dependency>
156       <groupId>com.google.truth</groupId>
157       <artifactId>truth</artifactId>
158       <scope>test</scope>
159     </dependency>
160     <dependency>
161       <groupId>com.google.guava</groupId>
162       <artifactId>guava-testlib</artifactId>
163     </dependency>
164     <dependency>
165       <groupId>org.opendaylight.mdsal</groupId>
166       <artifactId>mdsal-binding-test-utils</artifactId>
167     </dependency>
168   </dependencies>
169
170   <build>
171     <plugins>
172       <plugin>
173         <groupId>org.apache.felix</groupId>
174         <artifactId>maven-bundle-plugin</artifactId>
175         <extensions>true</extensions>
176         <configuration>
177           <instructions>
178             <Bundle-Activator>org.opendaylight.genius.datastoreutils.Activator</Bundle-Activator>
179           </instructions>
180         </configuration>
181       </plugin>
182       <plugin>
183         <groupId>org.apache.maven.plugins</groupId>
184         <artifactId>maven-jar-plugin</artifactId>
185         <executions>
186           <execution>
187             <goals>
188               <goal>test-jar</goal>
189             </goals>
190           </execution>
191         </executions>
192       </plugin>
193     </plugins>
194   </build>
195 </project>