Add project info to name in pom files
[netvirt.git] / openstack / netvirt2 / renderers / hwgw / pom.xml
index 3463c9565b0bf1b2613ff2024d172db0161a300d..e142bf3de4fa09149f1d4bef432242e1435b8350 100644 (file)
@@ -17,6 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>hwgw</artifactId>
+  <name>ODL :: netvirt :: ${project.artifactId}</name>
   <version>1.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <dependencies>
@@ -29,7 +30,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>