Bump versions by x.y.(z+1)
[yangtools.git] / common / testutils / pom.xml
index 13647dcf594e900e6db505cdcb263127a3789562..17042f239526613fc991bf52088a1e788a208a54 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>bundle-parent</artifactId>
-      <version>1.8.0-SNAPSHOT</version>
+      <version>1.8.5-SNAPSHOT</version>
       <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.yangtools</groupId>
   <artifactId>testutils</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.5-SNAPSHOT</version>
   <!-- Currently not needed, maybe later: <packaging>bundle</packaging> -->
 
   <dependencyManagement>
@@ -51,7 +51,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <artifactId>truth</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.xtend</groupId>
-      <artifactId>org.eclipse.xtend.lib</artifactId>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
     </dependency>
-  </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.xtend</groupId>
-        <artifactId>xtend-maven-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
+  </dependencies>
 
 </project>