Skip to content

Commit

Permalink
Added maven repos in pom.xml to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaeImAlan committed May 7, 2024
1 parent 2358832 commit e05c2b8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@
<packaging>jar</packaging>
<version>1.8.8-R0.1-SNAPSHOT</version>
<name>PaperSpigot</name>

<repositories>
<repository>
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>elmakers</id>
<url>https://maven.elmakers.com/repository/</url>
</repository>
</repositories>
<url>https://hub.spigotmc.org/stash/projects/PAPER/</url>

<properties>
Expand Down

0 comments on commit e05c2b8

Please sign in to comment.