Migrate nullness annotations
[transportpce.git] / networkmodel / pom.xml
index 1be1105c749caaf69eebfd1a6edb128f7f5de926..e2547ed856118ed1b42c12b928390066c91722ad 100644 (file)
@@ -167,14 +167,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>org.osgi.service.component.annotations</artifactId>
     </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>${project.groupId}</groupId>