Skip to content

Commit

Permalink
fix build due to funnyguilds invalid dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicPlayerA10 committed Jun 15, 2024
1 parent 68cb6ac commit fa590a0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dough-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,6 @@
<id>enginehub-repo</id>
<url>https://maven.enginehub.org/repo/</url>
</repository>
<repository>
<id>IntellectualSites</id>
<url>https://mvn.intellectualsites.com/content/repositories/snapshots/</url>
</repository>
<repository>
<id>funnyguilds-repo</id>
<url>https://repo.panda-lang.org/releases</url>
Expand Down Expand Up @@ -415,6 +411,13 @@
<artifactId>plugin</artifactId>
<version>4.12.0</version>
<scope>provided</scope>
<exclusions>
<!-- Exclude invalid dependency -->
<exclusion>
<groupId>com.github.PikaMug</groupId>
<artifactId>LocaleLib</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- HuskTowns -->
Expand Down
5 changes: 5 additions & 0 deletions dough-protection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,11 @@
<artifactId>bukkit</artifactId>
<groupId>*</groupId>
</exclusion>
<!-- Exclude invalid dependency -->
<exclusion>
<groupId>com.github.PikaMug</groupId>
<artifactId>LocaleLib</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit fa590a0

Please sign in to comment.