diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a0b0bd5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,89 @@ + + + 4.0.0 + + me.ryanhamshire + GriefPrevention + 15.1 + + + spigot-repo + https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + + worldedit-worldguard-repo + http://maven.sk89q.com/repo/ + + + vault-repo + http://nexus.hc.to/content/repositories/pub_releases + + + + + + ${project.basedir}/src + + ${project.basedir}/tests/java + + + ${project.basedir}/tests/resources + + + ${project.name} + + + + + ${basedir} + true + + plugin.yml + + + + + + + + org.bukkit + bukkit + 1.10.2-R0.1-SNAPSHOT + provided + + + + com.sk89q + worldguard + 6.1.1-SNAPSHOT + + + + com.sk89q.worldedit + worldedit-bukkit + 6.1.4-SNAPSHOT + + + + net.milkbowl.vault + VaultAPI + 1.6 + + + + com.google.guava + guava + 19.0 + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + + +