Privileges Dependency cant be resolved
seyfahni opened this issue ยท 4 comments
krinsoft reposetory is down.
Maven Repository:
<repository>
<id>krinsoft</id>
<url>http://ci.krincraft.net/plugin/repository/everything/</url>
</repository>
Maven Dependency:
<dependency>
<groupId>net.krinsoft</groupId>
<artifactId>Privileges</artifactId>
<version>1.8.1</version>
<optional>true</optional>
</dependency>
This results in build failure.
How do you build Vault then? No clean builds? Adding the dependency manually? Is there a possibility of downloading it? Or should I just remove the classes and its dependencies?
The fix is to download the dependency manually stuff it into the libs directory, then change the pom to point at the local copy instead. I've got a new build incoming with this completed so it'll be building now. For the most part though, you shouldn't need dev versions of Vault, there's no functional purpose to adding content to it. Fixes for the Item lookups are in Vault API, and all new Vault hooks should be put into their implementation plugins