Added eclipse annotation dependency to POM

This commit is contained in:
tastybento 2020-07-17 15:27:09 -07:00
parent 6160a3acee
commit 35da2246c5
1 changed files with 11 additions and 2 deletions

View File

@ -193,6 +193,15 @@
<artifactId>WildStackerAPI</artifactId>
<version>b17</version>
</dependency>
<!-- Static analysis -->
<!-- We are using Eclipse's annotations. If you're using IDEA, update
your project settings to take these into account for in real time static
analysis -->
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.200</version>
</dependency>
</dependencies>
<build>