Skip to content

Commit 20ee8c3

Browse files
committed
Fix maven import of jetbrains annotations
1 parent f3b4893 commit 20ee8c3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@
2929
<dependency>
3030
<groupId>org.jetbrains</groupId>
3131
<artifactId>annotations</artifactId>
32-
<version>13.0</version>
33-
<scope>compile</scope>
34-
</dependency>
35-
<dependency>
36-
<groupId>org.jetbrains</groupId>
37-
<artifactId>annotations</artifactId>
38-
<version>13.0</version>
32+
<version>RELEASE</version>
3933
<scope>compile</scope>
4034
</dependency>
4135
</dependencies>

0 commit comments

Comments
 (0)