Merge "JUnit test - InMemoryDbModule"
authorFlorin Coras <florin.coras+odl@gmail.com>
Fri, 11 Mar 2016 18:08:17 +0000 (18:08 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 11 Mar 2016 18:08:17 +0000 (18:08 +0000)
1  2 
mappingservice/inmemorydb/pom.xml

index 47a8934ed3beb5681ee622b057868316ac2d93fc,843f9ddc367655fb086cddc8f07b2092dcd3a18f..889d7f2b3113d1b1fff9495e7942b8831de21bce
        <groupId>${project.groupId}</groupId>
        <artifactId>mappingservice.api</artifactId>
      </dependency>
+     <dependency>
+       <groupId>org.mockito</groupId>
+       <artifactId>mockito-all</artifactId>
+       <version>1.10.19</version>
+       <scope>test</scope>
+     </dependency>
    </dependencies>
 +
 +  <!--
 +      Maven Site Configuration
 +
 +      The following configuration is necessary for maven-site-plugin to
 +      correctly identify the correct deployment path for OpenDaylight Maven
 +      sites.
 +  -->
 +  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
 +
 +  <distributionManagement>
 +    <site>
 +      <id>opendaylight-site</id>
 +      <url>${nexus.site.url}/${project.artifactId}/</url>
 +    </site>
 +  </distributionManagement>
 +
  </project>