Bug 7521: Add custom local snapshot store
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index 899b8b875bd3539ef0f6c167a461c1764b2a62d4..899b8e34f854ee4de2cd6a6c45b491c901de40c5 100644 (file)
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <scope>test</scope>
+    </dependency>
+
 
     <!-- Akka -->
     <dependency>
     <dependency>
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-testkit_${scala.version}</artifactId>
-      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.typesafe.akka</groupId>
+      <artifactId>akka-persistence-tck_${scala.version}</artifactId>
     </dependency>
 
     <!-- Codahale -->
               <instructions>
                   <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>
                   <Export-Package>org.opendaylight.controller.cluster.schema.provider.impl, {local-packages}</Export-Package>
+                  <DynamicImport-Package>*</DynamicImport-Package>
               </instructions>
               </configuration>
           </plugin>