Allow SouthboundIT to determine its southbound-karaf version 83/24383/1
authorStephen Kitt <skitt@redhat.com>
Wed, 22 Jul 2015 09:11:47 +0000 (11:11 +0200)
committerStephen Kitt <skitt@redhat.com>
Wed, 22 Jul 2015 09:11:47 +0000 (11:11 +0200)
Since AbstractConfigTestBase::getKarafDistro() now uses
versionAsInProject(), Pax Exam needs a dependency on southbound-karaf so
it can determine the appropriate version.

Change-Id: Icbfaab256ef9500982dcf13dbf2a2b68334bcda0
Signed-off-by: Stephen Kitt <skitt@redhat.com>
southbound/southbound-it/pom.xml

index 511220dcd3679c91e7c9b7a5c488a3452735edde..954752f1a38241d61ed748b8c389699d5e719e39 100644 (file)
@@ -144,6 +144,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <version>${sonar-jacoco-listeners.version}</version>
       <scope>test</scope>
     </dependency>
+    <!-- AbstractConfigTestBase::getKarafDistro() needs this to find its version -->
+    <dependency>
+      <groupId>org.opendaylight.ovsdb</groupId>
+      <artifactId>southbound-karaf</artifactId>
+      <version>${project.version}</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <plugins>