added arputil module
[vpnservice.git] / mdsalutil / mdsalutil-impl / pom.xml
index dcc08370c16732a6f4b8e4fd9c3df067f0087adf..0e9aeaf77962544266bbeaa495069221a597ead4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
-    
+
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
     <artifactId>mdsalutil-impl</artifactId>
     <version>0.2.0-SNAPSHOT</version>    
     <packaging>bundle</packaging>
-    
-    <properties>
-        <xtend.version>2.4.3</xtend.version>
-    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>model-flow-base</artifactId>
             <version>${openflowplugin.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>liblldp</artifactId>
+            <version>${liblldp.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin.model</groupId>
             <artifactId>model-flow-service</artifactId>