Merge "LockManagerTest v1"
[genius.git] / lockmanager / lockmanager-impl / pom.xml
index fd972eac97e41fc12adc99609af6241bb4a2a235..0bbbe4b05147f12b7ec656fcaf445904eb881371 100644 (file)
@@ -21,6 +21,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <artifactId>lockmanager-impl</artifactId>
   <version>0.2.0-SNAPSHOT</version>
   <packaging>bundle</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>
     <dependency>
@@ -35,14 +38,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <!-- Testing Dependencies -->
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
+      <groupId>org.opendaylight.genius</groupId>
+      <artifactId>testutils</artifactId>
+      <version>${project.version}</version>
+      <type>pom</type>
       <scope>test</scope>
     </dependency>
   </dependencies>