1. Updated pom.xml for renderer and impl to replace mockito-all with mockito-core
[transportpce.git] / renderer / pom.xml
index 26e86cc39e8302a30b1a780c6314d373b84e9124..9c17558ad8e221cbc29ca9dca13f750a5d8b700b 100644 (file)
@@ -28,6 +28,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>transportpce-api</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>transportpce-ordmodels</artifactId>
+      <version>${project.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.controller.model</groupId>
       <artifactId>model-topology</artifactId>
@@ -47,7 +52,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
   </dependencies>