Merge "Technical debt - fix Renderer sonar issues"
[transportpce.git] / tapi / pom.xml
index 611fa86e87b3cd523d3465f51c1948c192ef27c7..704cd185d6a82aec5d4878e3da2f147033c9820d 100644 (file)
@@ -107,7 +107,12 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
-
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <version>3.0.2</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
 </project>