diff --git a/plugin.yml b/plugin.yml
index cc684d8..6906f27 100644
--- a/plugin.yml
+++ b/plugin.yml
@@ -1,6 +1,7 @@
name: Craft Inc. Gates
version: 2.0.1
description: A plugin to create gates for fast traveling.
+softdepend: [Vault]
author: tomco, s1m0ne
authors: [oloflarsson, locutus, DrAgonmoray, s1m0ne, tomco]
website: http://www.craftinc.de/craftinc-gates/
diff --git a/pom.xml b/pom.xml
index 631b391..1ebb82f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,13 @@
jar
compile
+
+ net.milkbowl.vault
+ Vault
+ 1.2.23-SNAPSHOT
+ jar
+ compile
+
@@ -28,7 +35,7 @@
src
- src/resources
+ resources
@@ -38,5 +45,9 @@
bukkit-repo
http://repo.bukkit.org/content/groups/public
+
+ vault-repo
+ http://ci.herocraftonline.com/plugin/repository/everything
+
diff --git a/resources/plugin.yml b/resources/plugin.yml
new file mode 120000
index 0000000..db3e742
--- /dev/null
+++ b/resources/plugin.yml
@@ -0,0 +1 @@
+../plugin.yml
\ No newline at end of file