diff --git a/bukkit/pom.xml b/bukkit/pom.xml
index ed3f4708..5f171157 100644
--- a/bukkit/pom.xml
+++ b/bukkit/pom.xml
@@ -141,20 +141,10 @@
- com.github.cheesesoftware
+ com.github.gustav9797
PowerfulPermsAPI
- 1.4.0
+ 4.5.2
provided
-
-
- com.google.guava
- guava
-
-
- redis.clients
- jedis
-
-
diff --git a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java
index 1fb6b04e..c0f7ee15 100644
--- a/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java
+++ b/bukkit/src/main/java/me/lucko/luckperms/bukkit/migration/MigrationPowerfulPerms.java
@@ -25,11 +25,11 @@
package me.lucko.luckperms.bukkit.migration;
-import com.github.cheesesoftware.PowerfulPermsAPI.CachedGroup;
-import com.github.cheesesoftware.PowerfulPermsAPI.Group;
-import com.github.cheesesoftware.PowerfulPermsAPI.Permission;
-import com.github.cheesesoftware.PowerfulPermsAPI.PermissionManager;
-import com.github.cheesesoftware.PowerfulPermsAPI.PowerfulPermsPlugin;
+import com.github.gustav9797.PowerfulPermsAPI.CachedGroup;
+import com.github.gustav9797.PowerfulPermsAPI.Group;
+import com.github.gustav9797.PowerfulPermsAPI.Permission;
+import com.github.gustav9797.PowerfulPermsAPI.PermissionManager;
+import com.github.gustav9797.PowerfulPermsAPI.PowerfulPermsPlugin;
import com.google.common.collect.ImmutableSet;
import me.lucko.luckperms.api.Node;
diff --git a/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java
index aad01564..353efa9a 100644
--- a/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java
+++ b/common/src/main/java/me/lucko/luckperms/common/commands/impl/migration/MigrationMainCommand.java
@@ -50,7 +50,7 @@ public class MigrationMainCommand extends MainCommand