Merge "Bug 762: Verify input in typedef codecs"
[yangtools.git] / yang / yang-data-impl / pom.xml
index f265fabe90cdc3086f79ffa0ce1ce273fb1561c5..6730d2504c9dd124b836a2c6be4c6e0fbc7b513d 100644 (file)
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.mockito</groupId>
+          <artifactId>mockito-all</artifactId>
+          <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
         <dependency>
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
-            <version>2.0.1</version>
         </dependency>
 
     </dependencies>