Bump vorburger.xtendbeans from 1.2.1 to 1.2.2 for mockito-core
[mdsal.git] / binding / mdsal-binding-test-utils / pom.xml
index 3b5db7f84a7b285e18eefd5f6d969c073b4343ac..562bdf88f41877dc3552037640c47d597ae62871 100644 (file)
       <groupId>ch.vorburger</groupId>
       <artifactId>xtendbeans</artifactId>
       <scope>compile</scope>
-      <version>1.2.0</version>
+      <version>1.2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.java-diff-utils</groupId>
+      <artifactId>diffutils</artifactId>
+      <version>1.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
       <artifactId>mdsal-binding-test-model</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
           <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <failOnError>true</failOnError>
+        </configuration>
+      </plugin>
     </plugins>
   </build>