keycloak-uncached

Merge pull request #3801 from mstruk/2.5.x KEYCLOAK-4324

1/27/2017 6:23:20 AM

Details

diff --git a/integration/client-cli/pom.xml b/integration/client-cli/pom.xml
index c3ee080..876f6ea 100644
--- a/integration/client-cli/pom.xml
+++ b/integration/client-cli/pom.xml
@@ -30,16 +30,6 @@
     <artifactId>keycloak-client-cli-parent</artifactId>
     <packaging>pom</packaging>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.jboss.aesh</groupId>
-                <artifactId>aesh</artifactId>
-                <version>0.66.10</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <modules>
         <module>client-registration-cli</module>
         <module>admin-cli</module>

pom.xml 2(+1 -1)

diff --git a/pom.xml b/pom.xml
index a57628f..17d82e4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
         <jboss.as.version>7.2.0.Final</jboss.as.version>
         <wildfly.version>10.0.0.Final</wildfly.version>
 
-        <aesh.version>0.66.4</aesh.version>
+        <aesh.version>0.66.12</aesh.version>
         <apache.httpcomponents.version>4.5</apache.httpcomponents.version>
         <apache.httpcomponents.httpcore.version>4.4.1</apache.httpcomponents.httpcore.version>
         <apache.mime4j.version>0.6</apache.mime4j.version>
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 48df9d5..79fcaaf 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;
         }