Do not override managed versions
[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     </dependency>
61     <dependency>
62       <groupId>org.opendaylight.openflowplugin</groupId>
63       <artifactId>openflowjava-extension-eric</artifactId>
64     </dependency>
65     <dependency>
66       <groupId>org.opendaylight.ovsdb</groupId>
67       <artifactId>hwvtepsouthbound-api</artifactId>
68       <version>${genius.ovsdb.version}</version>
69     </dependency>
70     <dependency>
71       <groupId>org.opendaylight.ovsdb</groupId>
72       <artifactId>utils.config</artifactId>
73       <version>${genius.ovsdb.version}</version>
74     </dependency>
75     <dependency>
76       <groupId>org.opendaylight.serviceutils</groupId>
77       <artifactId>tools-api</artifactId>
78     </dependency>
79     <dependency>
80       <groupId>org.opendaylight.serviceutils</groupId>
81       <artifactId>listener-api</artifactId>
82     </dependency>
83     <dependency>
84       <groupId>${project.groupId}</groupId>
85       <artifactId>ipv6util-api</artifactId>
86     </dependency>
87     <dependency>
88       <groupId>org.opendaylight.infrautils</groupId>
89       <artifactId>infrautils-util</artifactId>
90     </dependency>
91     <dependency>
92       <groupId>javax.inject</groupId>
93       <artifactId>javax.inject</artifactId>
94       <scope>provided</scope>
95       <optional>true</optional>
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>com.google.truth</groupId>
155       <artifactId>truth</artifactId>
156       <scope>test</scope>
157     </dependency>
158     <dependency>
159       <groupId>com.google.guava</groupId>
160       <artifactId>guava-testlib</artifactId>
161     </dependency>
162     <dependency>
163       <groupId>org.opendaylight.mdsal</groupId>
164       <artifactId>mdsal-binding-test-utils</artifactId>
165     </dependency>
166   </dependencies>
167
168   <build>
169     <plugins>
170       <plugin>
171         <groupId>org.apache.felix</groupId>
172         <artifactId>maven-bundle-plugin</artifactId>
173         <extensions>true</extensions>
174         <configuration>
175           <instructions>
176             <Bundle-Activator>org.opendaylight.genius.datastoreutils.Activator</Bundle-Activator>
177           </instructions>
178         </configuration>
179       </plugin>
180       <plugin>
181         <groupId>org.apache.maven.plugins</groupId>
182         <artifactId>maven-jar-plugin</artifactId>
183         <executions>
184           <execution>
185             <goals>
186               <goal>test-jar</goal>
187             </goals>
188           </execution>
189         </executions>
190       </plugin>
191     </plugins>
192   </build>
193 </project>