added arputil module
[vpnservice.git] / mdsalutil / mdsalutil-api / pom.xml
index 61410f8c2e00c0c3a8ac67da0831e76840075eb4..424319fa3e83def673e440e1936a4b8c8fa24cf5 100644 (file)
@@ -1,14 +1,14 @@
 <?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>
         <version>0.2.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
-    
+
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-api</artifactId>
     <packaging>bundle</packaging>
 
     <dependencies>
-    <dependency>
-                <groupId>org.opendaylight.openflowplugin.model</groupId>
-                <artifactId>model-flow-base</artifactId>
-                <version>${openflowplugin.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.opendaylight.openflowplugin.model</groupId>
-                <artifactId>model-flow-service</artifactId>
-                <version>${openflowplugin.version}</version>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin.model</groupId>
+            <artifactId>model-flow-base</artifactId>
+            <version>${openflowplugin.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin.model</groupId>
+            <artifactId>model-flow-service</artifactId>
+            <version>${openflowplugin.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>liblldp</artifactId>
+            <version>${liblldp.version}</version>
         </dependency>
-                      
     </dependencies>
 </project>