Skip to content

Commit

Permalink
add exclusions to Citizens depend to make builds faster
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 4, 2022
1 parent f261a8a commit b8bfb81
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugin/pom.xml
Expand Up @@ -36,6 +36,12 @@
<version>${citizens.version}</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down

0 comments on commit b8bfb81

Please sign in to comment.