Use static commit of MCProtocolLib (#734)

This prevents changes upstream from immediately affecting Geyser workflow. This also removes the CodeMC repository in favor of Jitpack (which can use the commit hash as a version).
This commit is contained in:
Camotoy 2020-06-03 22:57:36 -04:00 committed by GitHub
parent 5fca5d5ef5
commit 69a4cd3860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View File

@ -99,7 +99,7 @@
<dependency> <dependency>
<groupId>com.github.steveice10</groupId> <groupId>com.github.steveice10</groupId>
<artifactId>mcprotocollib</artifactId> <artifactId>mcprotocollib</artifactId>
<version>1.15.2-1-SNAPSHOT</version> <version>4c315aa206</version>
<scope>compile</scope> <scope>compile</scope>
<exclusions> <exclusions>
<exclusion> <exclusion>

10
pom.xml
View File

@ -38,14 +38,8 @@
<repositories> <repositories>
<repository> <repository>
<id>CodeMC-repo</id> <id>jitpack.io</id>
<url>https://repo.codemc.org/repository/maven-public</url> <url>https://jitpack.io</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository> </repository>
<repository> <repository>
<id>nukkitx-release-repo</id> <id>nukkitx-release-repo</id>