Merge "Switch to using yangtools version of mockito-configuration"
authorEd Warnicke <eaw@cisco.com>
Sat, 18 Jan 2014 18:32:37 +0000 (18:32 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 18 Jan 2014 18:32:37 +0000 (18:32 +0000)
1  2 
opendaylight/config/config-persister-directory-autodetect-adapter/pom.xml

index a54482726d0fa8d56d6d552c5eb3f1d5faf3443b,aaf60dd2c8e5d17494ccdd9c9aa93ac183d189a7..c94f63355c00befd6f5a2d1012e66a0c8f8602f4
  
          <!-- test dependencies -->
          <dependency>
-             <groupId>org.opendaylight.bgpcep</groupId>
+             <groupId>org.opendaylight.yangtools</groupId>
              <artifactId>mockito-configuration</artifactId>
-             <scope>test</scope>
          </dependency>
 +        <dependency>
 +            <groupId>${project.groupId}</groupId>
 +            <artifactId>config-persister-api</artifactId>
 +            <type>test-jar</type>
 +            <scope>test</scope>
 +        </dependency>
  
      </dependencies>