Merge "Fix end of TLV in LLDP packet"
[controller.git] / opendaylight / md-sal / sal-common-util / pom.xml
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <parent>
4     <groupId>org.opendaylight.controller</groupId>
5     <artifactId>sal-parent</artifactId>
6     <version>1.1-SNAPSHOT</version>
7   </parent>
8   <artifactId>sal-common-util</artifactId>
9   <scm>
10     <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection>
11     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>
12     <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL</url>
13     <tag>HEAD</tag>
14   </scm>
15
16   <dependencies>
17     <dependency>
18       <groupId>org.opendaylight.yangtools</groupId>
19       <artifactId>yang-common</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.opendaylight.yangtools</groupId>
23       <artifactId>concepts</artifactId>
24     </dependency>
25     <dependency>
26       <groupId>com.google.guava</groupId>
27       <artifactId>guava</artifactId>
28     </dependency>
29     <dependency>
30       <groupId>org.opendaylight.controller</groupId>
31       <artifactId>sal-common-api</artifactId>
32       <version>${project.version}</version>
33     </dependency>
34     
35   </dependencies>
36
37   <packaging>bundle</packaging>
38 </project>