This commit is contained in:
parent
7dc4f78e7c
commit
3e072d5f2e
19
pom.xml
19
pom.xml
|
@ -28,25 +28,12 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.Minestom</groupId>
|
<groupId>net.minestom</groupId>
|
||||||
<artifactId>Minestom</artifactId>
|
<artifactId>minestom-snapshots</artifactId>
|
||||||
<version>f1d5940855</version>
|
<version>a521c4e7cd</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.jboss.shrinkwrap.resolver</groupId>
|
|
||||||
<artifactId>shrinkwrap-resolver-depchain</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<repositories>
|
|
||||||
<!-- ... -->
|
|
||||||
<repository>
|
|
||||||
<id>jitpack</id>
|
|
||||||
<url>https://jitpack.io</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
</repositories>
|
|
||||||
<build>
|
<build>
|
||||||
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to
|
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to
|
||||||
parent pom) -->
|
parent pom) -->
|
||||||
|
|
Loading…
Reference in a new issue