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>
6 <groupId>org.opendaylight.odlparent</groupId>
7 <artifactId>bundle-parent</artifactId>
8 <version>3.1.3</version>
12 <groupId>org.opendaylight.controller</groupId>
13 <artifactId>liblldp</artifactId>
14 <version>0.14.3-SNAPSHOT</version>
15 <packaging>bundle</packaging>
18 <groupId>junit</groupId>
19 <artifactId>junit</artifactId>
22 <groupId>org.apache.commons</groupId>
23 <artifactId>commons-lang3</artifactId>
26 <groupId>org.slf4j</groupId>
27 <artifactId>slf4j-api</artifactId>
30 <groupId>org.slf4j</groupId>
31 <artifactId>slf4j-log4j12</artifactId>
35 <groupId>com.google.guava</groupId>
36 <artifactId>guava</artifactId>
43 <groupId>org.apache.felix</groupId>
44 <artifactId>maven-bundle-plugin</artifactId>
45 <extensions>true</extensions>
49 org.opendaylight.controller.liblldp</Export-Package>
57 <connection>scm:git:http://git.opendaylight.org/gerrit/controller.git</connection>
58 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
60 <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url>