Skip to content

Commit

Permalink
Add org.jetbrains:annotations to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jyhsu2000 committed Jun 13, 2021
1 parent ca09d4e commit bddaa89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions BannerMaker.iml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
<orderEntry type="library" name="Maven: org.bstats:bstats-bukkit:1.4" level="project" />
<orderEntry type="library" name="Maven: com.github.jyhsu2000:PluginUtilities:1.4.2" level="project" />
<orderEntry type="library" name="Maven: org.jetbrains:annotations:19.0.0" level="project" />
</component>
</module>
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<artifactId>PluginUtilities</artifactId>
<version>1.4.2</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>19.0.0</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down

0 comments on commit bddaa89

Please sign in to comment.