Updated Maven repository and dependency

Changed the Maven repository and dependencies because old ones were not working
This commit is contained in:
robertlit 2020-04-28 15:50:44 +03:00 committed by GitHub
parent 89c00e1cb8
commit 6395e5ffa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -4,16 +4,16 @@ How to include the API with Maven:
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<id>spigot-vault-api</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
<scope>provided</scope>
</dependency>
</dependencies>
```