mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-15 14:13:56 +01:00
Fix minecraft-server dependencies in poms
This commit is contained in:
parent
b872c34a83
commit
1479d411c1
2 changed files with 8 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<groupId>org.github.paperspigot</groupId>
|
||||
<artifactId>minecraft-server</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>compile</scope>
|
||||
|
|
|
@ -47,6 +47,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
<version>${project.version}</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
- <groupId>org.spigotmc</groupId>
|
||||
+ <groupId>org.github.paperspigot</groupId>
|
||||
<artifactId>minecraft-server</artifactId>
|
||||
<version>${minecraft.version}-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
@@ -0,0 +0,0 @@
|
||||
<artifactId>gitdescribe-maven-plugin</artifactId>
|
||||
<version>1.3</version>
|
||||
|
|
Loading…
Reference in a new issue