mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-16 02:11:18 +01:00
Add official RedProtect repo and update dependency (Fixes #589)
This commit is contained in:
parent
488cd2e9d5
commit
09170f6d51
8
pom.xml
8
pom.xml
@ -49,6 +49,10 @@
|
|||||||
<id>NyaaCat</id>
|
<id>NyaaCat</id>
|
||||||
<url>https://ci.nyaacat.com/maven/</url>
|
<url>https://ci.nyaacat.com/maven/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>redprotect-repo</id>
|
||||||
|
<url>https://raw.githubusercontent.com/FabioZumbi12/RedProtect/mvn-repo/</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -255,13 +259,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
|
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
|
||||||
<artifactId>RedProtect-Spigot</artifactId>
|
<artifactId>RedProtect-Spigot</artifactId>
|
||||||
<version>7.6.2</version>
|
<version>7.7.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
|
<groupId>br.net.fabiozumbi12.RedProtect</groupId>
|
||||||
<artifactId>RedProtect-Core</artifactId>
|
<artifactId>RedProtect-Core</artifactId>
|
||||||
<version>7.6.2</version>
|
<version>7.7.3</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user