Add sal-akka-raft test-jar dependency to sal-distributed-store pom 55/16355/1
authorTom Pantelis <tpanteli@brocade.com>
Wed, 11 Mar 2015 21:11:22 +0000 (17:11 -0400)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 11 Mar 2015 21:11:22 +0000 (17:11 -0400)
So we can use the test utilities in sal-akka-raft.

Change-Id: Ibb28522ed49c61c53d3b3296b38c898c7ea5129b
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index e27546f5dcbabb5c3dec601b19a5b358f26518ee..10ea2be2dde822b8016a9798554ad047417c4b7f 100644 (file)
       <artifactId>sal-akka-raft</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
       <artifactId>sal-akka-raft</artifactId>
       <version>1.2.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-akka-raft</artifactId>
+      <version>1.2.0-SNAPSHOT</version>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-api</artifactId>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-binding-api</artifactId>