TAPI network utils
[transportpce.git] / tapi / pom.xml
index 478be2601495956735845ccf3ad61fa5ed071bc2..b427c9813e9160d285673d6f3dacf52ea2c3ae79 100644 (file)
@@ -78,6 +78,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
       <version>${project.version}</version>
     </dependency>
 
+    <!-- Sodium bump: javax.annotation.Nullable and friends -->
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <version>3.0.2</version>
+      <optional>true</optional>
+    </dependency>
+
     <!-- Testing Dependencies -->
     <dependency>
       <groupId>junit</groupId>