diff --git a/.gitignore b/.gitignore
index 408c231..a625408 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,4 +22,8 @@
/manifest.mf
# Mac filesystem dust
-/.DS_Store
\ No newline at end of file
+/.DS_Store
+
+#IntelliJ IDEA
+/.idea
+*.iml
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5d92587..c169e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,6 @@
-
@@ -100,6 +99,10 @@
essentials
https://repo.essentialsx.net/releases/
+
+ spigot-repo
+ https://hub.spigotmc.org/nexus/content/repositories/snapshots/
+
@@ -152,4 +155,4 @@
1.4-SNAPSHOT
-
\ No newline at end of file
+
diff --git a/src/main/java/org/dynmap/worldguard/DynmapWorldGuardPlugin.java b/src/main/java/org/dynmap/worldguard/DynmapWorldGuardPlugin.java
index 74d9aad..84dae5e 100644
--- a/src/main/java/org/dynmap/worldguard/DynmapWorldGuardPlugin.java
+++ b/src/main/java/org/dynmap/worldguard/DynmapWorldGuardPlugin.java
@@ -27,7 +27,6 @@
import org.dynmap.markers.MarkerAPI;
import org.dynmap.markers.MarkerSet;
-import com.sk89q.squirrelid.cache.ProfileCache;
import com.sk89q.worldedit.math.BlockVector2;
import com.sk89q.worldedit.math.BlockVector3;
import com.sk89q.worldedit.world.World;
@@ -42,6 +41,7 @@
import com.sk89q.worldguard.protection.regions.ProtectedRegion;
import com.sk89q.worldguard.protection.regions.RegionContainer;
import com.sk89q.worldguard.protection.regions.RegionType;
+import com.sk89q.worldguard.util.profile.cache.ProfileCache;
public class DynmapWorldGuardPlugin extends JavaPlugin {
private static Logger log;