Skip to content

Commit

Permalink
Fixed shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Zffu committed Aug 1, 2024
1 parent 6c79668 commit afda54c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,30 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.zffu.hardened</groupId>
<artifactId>api</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

</project>

0 comments on commit afda54c

Please sign in to comment.