mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Updating pom for vault
When deploying with Jenkins the build will fail due to there being no http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/1.2.27 however there's a valid jar/dir for vault at http://repo.ess3.net:8071/content/groups/public/net/milkbowl/vault/Vault/1.2.32/ This will keep maven happy and the build not to error.
This commit is contained in:
parent
145d24c34c
commit
8bd1a9f3bc
1 changed files with 3 additions and 3 deletions
|
@ -129,9 +129,9 @@
|
||||||
<systemPath>${project.basedir}/../lib/SimplyPerms.jar</systemPath>
|
<systemPath>${project.basedir}/../lib/SimplyPerms.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.milkbowl</groupId>
|
<groupId>net.milkbowl.vault</groupId>
|
||||||
<artifactId>vault</artifactId>
|
<artifactId>Vault</artifactId>
|
||||||
<version>1.2.27</version>
|
<version>1.2.32</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>zPermissions</groupId>
|
<groupId>zPermissions</groupId>
|
||||||
|
|
Loading…
Reference in a new issue