diff --git a/pom.xml b/pom.xml
index fb3ed186b9..d3228b1fed 100755
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
7.1.0.GA-redhat-11
1.2.2.Final
3.0.8.Final
+ 2.0.10.Final
7.2.0.Final
diff --git a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml
index 5f47f2cca1..9b7dd887d7 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/pom.xml
@@ -40,7 +40,25 @@
org.wildfly.extras.creaper
creaper-core
test
- 1.5.0
+ 1.6.1
+
+
+ com.google.guava
+ guava
+
+
+
+
+ org.wildfly.core
+ wildfly-cli
+ test
+ ${wildfly.core.version}
+
+
+ org.wildfly.core
+ wildfly-controller-client
+ test
+ ${wildfly.core.version}
diff --git a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/src/test/java/org/keycloak/testsuite/adapter/cluster/EAPSAMLAdapterClusterTest.java b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/src/test/java/org/keycloak/testsuite/adapter/cluster/EAPSAMLAdapterClusterTest.java
index ef5059bb42..74ec30046a 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/src/test/java/org/keycloak/testsuite/adapter/cluster/EAPSAMLAdapterClusterTest.java
+++ b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap/src/test/java/org/keycloak/testsuite/adapter/cluster/EAPSAMLAdapterClusterTest.java
@@ -52,8 +52,8 @@ public class EAPSAMLAdapterClusterTest extends AbstractSAMLAdapterClusterTest {
}
@Override
- protected void prepareWorkerNode(Integer managementPort) throws IOException, CliException, NumberFormatException {
- log.infov("Preparing worker node ({0})", managementPort);
+ protected void prepareWorkerNode(int nodeIndex, Integer managementPort) throws IOException, CliException, NumberFormatException {
+ log.infov("Preparing worker node ({0} @ {1})", nodeIndex, managementPort);
OnlineManagementClient clientWorkerNodeClient = ManagementClient.online(OnlineOptions
.standalone()
@@ -70,8 +70,6 @@ public class EAPSAMLAdapterClusterTest extends AbstractSAMLAdapterClusterTest {
b.add(tcppingStack.and("protocol", "TCPPING"));
b.add(tcppingStack.and("protocol", "TCPPING").and("property", "initial_hosts"), Values.of("value", "localhost[" + (7600 + PORT_OFFSET_NODE_1) + "],localhost[" + (7600 + PORT_OFFSET_NODE_2) + "]"));
b.add(tcppingStack.and("protocol", "TCPPING").and("property", "port_range"), Values.of("value", "0"));
- b.add(tcppingStack.and("protocol", "TCPPING").and("property", "num_initial_members"), Values.of("value", "2"));
- b.add(tcppingStack.and("protocol", "TCPPING").and("property", "timeout"), Values.of("value", "3000"));
b.add(tcppingStack.and("protocol", "MERGE3"));
b.add(tcppingStack.and("protocol", "FD_SOCK"), Values.of("socket-binding", "jgroups-tcp-fd"));
b.add(tcppingStack.and("protocol", "FD"));
diff --git a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap6/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap6/pom.xml
index a869461594..0ecbc9a713 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/jboss/eap6/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/jboss/eap6/pom.xml
@@ -36,7 +36,7 @@
org.wildfly.extras.creaper
creaper-core
test
- 1.5.0
+ 1.6.1
com.google.guava
@@ -44,6 +44,18 @@
+
+ org.wildfly.core
+ wildfly-cli
+ test
+ ${wildfly10.core.version}
+
+
+ org.wildfly.core
+ wildfly-controller-client
+ test
+ ${wildfly10.core.version}
+
diff --git a/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly10/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly10/pom.xml
index cf5407ac5c..bc834d7c04 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly10/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/jboss/wildfly10/pom.xml
@@ -36,7 +36,7 @@
org.wildfly.extras.creaper
creaper-core
test
- 1.5.0
+ 1.6.1
com.google.guava
@@ -44,7 +44,19 @@
-
+
+ org.wildfly.core
+ wildfly-cli
+ test
+ ${wildfly10.core.version}
+
+
+ org.wildfly.core
+ wildfly-controller-client
+ test
+ ${wildfly10.core.version}
+
+
wildfly10