Intro. @Nullable / @NonNull (and @NonNullByDefault) "type" annotations
[odlparent.git] / odlparent / pom.xml
index 6dd4d224f735d01f10ad6b39a078588759d7dfee..93d30eb3d0626c782b61c4a99567fb1ad9875e20 100644 (file)
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.eclipse.jdt</groupId>
+        <artifactId>org.eclipse.jdt.annotation</artifactId>
+        <version>2.0.0</version>
+        <scope>provided</scope>
+      </dependency>
       <dependency>
         <groupId>com.google.code.gson</groupId>
         <artifactId>gson</artifactId>
       <artifactId>jsr305</artifactId>
       <scope>provided</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
+      <scope>provided</scope>
+    </dependency>
   </dependencies>
 
   <build>