Skip to content

Commit

Permalink
chore(deps): Change "bungee" to "waterfall"
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 26, 2025
1 parent 3e30a83 commit 1013501
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions platforms/bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,6 @@
<url>https://github.com/CarmJos/MineSQL/actions/workflows/maven.yml</url>
</ciManagement>

<repositories>

<repository>
<id>bungeecord-repo</id>
<url>https://s1.oss.sonatype.org/content/repositories/snapshots</url>
</repository>

</repositories>

<dependencies>

<dependency>
Expand All @@ -75,18 +66,9 @@
</dependency>

<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.5-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.16-R0.5-SNAPSHOT</version>
<type>javadoc</type>
<groupId>io.github.waterfallmc</groupId>
<artifactId>waterfall-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1013501

Please sign in to comment.