Bump MRI upstreams
[openflowplugin.git] / features-aggregator / odl-openflowplugin-libraries / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.odlparent</groupId>
6         <artifactId>single-feature-parent</artifactId>
7         <version>10.0.0</version>
8         <relativePath/>
9     </parent>
10
11     <groupId>org.opendaylight.openflowplugin</groupId>
12     <artifactId>odl-openflowplugin-libraries</artifactId>
13     <packaging>feature</packaging>
14     <version>0.14.0-SNAPSHOT</version>
15
16     <name>OpenDaylight :: Openflow Plugin :: Libraries</name>
17
18     <dependencies>
19         <dependency>
20             <groupId>org.opendaylight.odlparent</groupId>
21             <artifactId>odl-apache-commons-lang3</artifactId>
22             <type>xml</type>
23             <classifier>features</classifier>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.odlparent</groupId>
27             <artifactId>odl-guava</artifactId>
28             <type>xml</type>
29             <classifier>features</classifier>
30         </dependency>
31
32         <dependency>
33             <groupId>org.opendaylight.openflowplugin.libraries</groupId>
34             <artifactId>liblldp</artifactId>
35             <version>${project.version}</version>
36         </dependency>
37     </dependencies>
38
39 </project>