Fix maven import of jetbrains annotations
authorMatt Corallo <git@bluematt.me>
Tue, 30 Mar 2021 18:26:05 +0000 (14:26 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 30 Mar 2021 20:02:59 +0000 (16:02 -0400)
pom.xml

diff --git a/pom.xml b/pom.xml
index 35bbba051ddb0ac49950b35e98a0c823f6286c48..03201f289f5ce51cb6fb15d4c82543c751ea3bf4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <dependency>
             <groupId>org.jetbrains</groupId>
             <artifactId>annotations</artifactId>
-            <version>13.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.jetbrains</groupId>
-            <artifactId>annotations</artifactId>
-            <version>13.0</version>
+            <version>RELEASE</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>