Skip to content

Commit

Permalink
Temporary patches
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jun 23, 2024
1 parent ad33aac commit 0f5c2a1
Showing 1 changed file with 9 additions and 19 deletions.
28 changes: 9 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,37 +53,27 @@

<repositories>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>github</id>
<name>GitHub APDevTeam/Movecraft Apache Maven Packages</name>
<url>https://maven.pkg.github.com/APDevTeam/Movecraft</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>papermc-repo</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
<!--Spigot-->
<!--Paper-->
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.18.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<!--Movecraft-->
<dependency>
<groupId>net.countercraft</groupId>
<artifactId>movecraft</artifactId>
<version>LATEST</version>
<scope>provided</scope>
<scope>system</scope>
<systemPath>${project.basedir}/../Movecraft/Movecraft/build/libs/Movecraft.jar</systemPath>
</dependency>

<!--Annotations-->
Expand Down

0 comments on commit 0f5c2a1

Please sign in to comment.