Merge "Adding dest IP/MAC in ArpResponseReceived"
[genius.git] / commons / testutils / pom.xml
index 91242914b5e60bbe7d048590e64bbba9e82164ae..f6230e7b3037bb6ab006a62f552f2e6fc66cf679 100644 (file)
@@ -20,6 +20,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <groupId>org.opendaylight.genius</groupId>
   <artifactId>testutils</artifactId>
   <packaging>pom</packaging>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: genius :: ${project.artifactId}</name>
 
   <dependencies>
     <!-- Do *NOT* use <scope>test here... the project which depends on this project will use <scope>test for
@@ -32,7 +35,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -45,6 +48,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>testutils</artifactId>
       <scope>compile</scope>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>infrautils-testutils</artifactId>
+      <version>${genius.infrautils.version}</version>
+      <scope>compile</scope>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.infrautils</groupId>
       <artifactId>inject.guice.testutils</artifactId>