BUG 2723 - Topology spoofing via LLDP - LLDPSpeaker
[openflowplugin.git] / openflowplugin-it / pom.xml
index 313476368dae3e6e0ea0903602b27723edbd3913..a339c9c936e33e5661fda18576d8afdc727cbecf 100644 (file)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <artifactId>openflowplugin</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>openflowplugin-common</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>openflowplugin-extension-api</artifactId>
             <artifactId>inventory-manager</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>liblldp</artifactId>
+          <scope>test</scope>
+        </dependency>
+        <dependency>
+          <groupId>org.opendaylight.openflowplugin.applications</groupId>
+          <artifactId>topology-lldp-discovery</artifactId>
+          <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>commons-codec</groupId>