Remove exificient dependency 08/4908/1
authorRobert Varga <rovarga@cisco.com>
Mon, 27 Jan 2014 17:05:39 +0000 (18:05 +0100)
committerRobert Varga <rovarga@cisco.com>
Mon, 27 Jan 2014 17:06:38 +0000 (18:06 +0100)
Change-Id: I06c881a59e5bba6b52ee91c580a2f982481f6e01
Signed-off-by: Robert Varga <rovarga@cisco.com>
integration-tests/pom.xml
integration-tests/src/test/java/org/opendaylight/protocol/integration/TestHelper.java

index 90a83af767b5156a9190d66c1bb62db42354a848..77b5ffa1fc7682f66ae93256ed498a44c55a0e8f 100644 (file)
@@ -38,7 +38,6 @@
         <exam.version>3.3.0</exam.version>
         <url.version>1.6.0</url.version>
         <antlr.version>4.0</antlr.version>
-        <yang-concepts.version>0.1.1-SNAPSHOT</yang-concepts.version>
         <xtend-lib-osgi.version>2.4.3</xtend-lib-osgi.version>
         <logback-classic.version>1.0.9</logback-classic.version>
         <moxy.controller.version>2.5.0</moxy.controller.version>
     </build>
 
        <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.controller.thirdparty</groupId>
-            <artifactId>exificient</artifactId>
-            <version>0.9.2-SNAPSHOT</version>
-        </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
index f2d9d405504ece6c4f1b9cb7945b530575567034..28136a3154f73f9a1c2b316aec69bbd3bfb4383e 100644 (file)
@@ -68,7 +68,7 @@ public class TestHelper {
 
                 getNettyBundles(), //
 
-                mavenBundle("org.opendaylight.controller.thirdparty", "exificient").versionAsInProject(), //
+                // mavenBundle("org.opendaylight.controller.thirdparty", "exificient").versionAsInProject(), //
 
                 mavenBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.xerces", "2.11.0_1"),
                 mavenBundle("org.eclipse.birt.runtime.3_7_1", "org.apache.xml.resolver", "1.2.0"),