Remove ganymed dependency 57/15057/1
authorRobert Varga <rovarga@cisco.com>
Mon, 9 Feb 2015 10:23:32 +0000 (11:23 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 9 Feb 2015 10:23:32 +0000 (11:23 +0100)
Ganymed is no longer used in Helium, so remove it from dependency tree.

Change-Id: I6b35d5e72c21b91bb71ba8f0dc2cba21cbec09b0
Signed-off-by: Robert Varga <rovarga@cisco.com>
openflowplugin-it/pom.xml
pom.xml

index 3e10e906f4394d9de925ad03cca7e790b9487796..d73764877daffa91c889116627a32e9de7369183 100644 (file)
           <artifactId>nagasena-rta</artifactId>
           <scope>test</scope>
         </dependency>
-        <dependency>
-          <groupId>org.opendaylight.controller.thirdparty</groupId>
-          <artifactId>ganymed</artifactId>
-          <scope>test</scope>
-        </dependency>
-            
+
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
diff --git a/pom.xml b/pom.xml
index 593e80274564653c401a6edbcd7032a8d78db1f3..ce752b344533fdf61b16358cbab4e3631c47b1cf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>nagasena-rta</artifactId>
           <version>${exi.nagasena.version}</version>
         </dependency>
-        <dependency>
-          <groupId>org.opendaylight.controller.thirdparty</groupId>
-          <artifactId>ganymed</artifactId>
-          <version>1.2.0-SNAPSHOT</version>
-        </dependency>
         <dependency>
             <groupId>xml-apis</groupId>
             <artifactId>xml-apis</artifactId>