diff --git a/integration/client-cli/pom.xml b/integration/client-cli/pom.xml index 0316491587..f46f04364f 100644 --- a/integration/client-cli/pom.xml +++ b/integration/client-cli/pom.xml @@ -30,16 +30,6 @@ keycloak-client-cli-parent pom - - - - org.jboss.aesh - aesh - 0.66.10 - - - - client-registration-cli admin-cli diff --git a/pom.xml b/pom.xml index 05b37cc2eb..c39670db9b 100755 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ 7.2.0.Final 10.0.0.Final - 0.66.4 + 0.66.12 4.5 4.4.1 0.6 diff --git a/wildfly/adduser/src/main/java/org/keycloak/wildfly/adduser/AddUser.java b/wildfly/adduser/src/main/java/org/keycloak/wildfly/adduser/AddUser.java index 48df9d5a8e..79fcaafcdf 100644 --- a/wildfly/adduser/src/main/java/org/keycloak/wildfly/adduser/AddUser.java +++ b/wildfly/adduser/src/main/java/org/keycloak/wildfly/adduser/AddUser.java @@ -40,7 +40,6 @@ import java.io.Console; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; -import java.io.IOException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.LinkedList; @@ -276,7 +275,7 @@ public class AddUser { private boolean help; @Override - public CommandResult execute(CommandInvocation commandInvocation) throws IOException, InterruptedException { + public CommandResult execute(CommandInvocation commandInvocation) throws InterruptedException { return CommandResult.SUCCESS; }