mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 16:37:43 +01:00
Add missing repos for deps
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -7,6 +7,17 @@
|
||||
<packaging>pom</packaging>
|
||||
<name>Purpur (Parent)</name>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>aikar</id>
|
||||
<url>https://repo.aikar.co/content/groups/aikar/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>velocity-snapshots</id>
|
||||
<url>https://nexus.velocitypowered.com/repository/velocity-artifacts-snapshots/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<build>
|
||||
<defaultGoal>clean install</defaultGoal>
|
||||
<finalName>${project.artifactId}</finalName>
|
||||
|
||||
Reference in New Issue
Block a user