Skip to content

Commit

Permalink
add Citizens upstream exclusion to Depenizen pom (match Denizen)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 5, 2022
1 parent ff6ee7c commit 14ffabd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -63,6 +63,12 @@
<version>${citizens.version}</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Used For Special Support Targets -->
<dependency>
Expand Down

0 comments on commit 14ffabd

Please sign in to comment.