You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2018/07/18 14:42:50 UTC

svn commit: r1836180 - /jackrabbit/oak/trunk/oak-http/pom.xml

Author: reschke
Date: Wed Jul 18 14:42:50 2018
New Revision: 1836180

URL: http://svn.apache.org/viewvc?rev=1836180&view=rev
Log:
OAK-7511: get rid of JSR 305 dependency - use jetbrains nullability annotations instead - oak-http

Modified:
    jackrabbit/oak/trunk/oak-http/pom.xml

Modified: jackrabbit/oak/trunk/oak-http/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-http/pom.xml?rev=1836180&r1=1836179&r2=1836180&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-http/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-http/pom.xml Wed Jul 18 14:42:50 2018
@@ -93,10 +93,10 @@
       <scope>provided</scope>
     </dependency>
 
-    <!-- Findbugs annotations -->
+    <!-- Nullability annotations -->
     <dependency>
-      <groupId>com.google.code.findbugs</groupId>
-      <artifactId>jsr305</artifactId>
+      <groupId>org.jetbrains</groupId>
+      <artifactId>annotations</artifactId>
     </dependency>
 
     <!-- Test dependencies -->