Fixed PersisterAggregatorTest.
[controller.git] / opendaylight / netconf / config-persister-impl / pom.xml
index ce25de215e69d3a285d819e8ad3354f8fbdb91b3..6b3dfc71735d36f94bb4dd57b99dc2e0d63c6548 100644 (file)
             <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>config-persister-directory-adapter</artifactId>
+            <version>${parent.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>