From 34e48351a1b3635c59ab36bf56ccf2871bb27763 Mon Sep 17 00:00:00 2001 From: Lukas Fryc Date: Wed, 16 Mar 2016 15:23:41 +0100 Subject: [PATCH] upgraded WildFly Creaper to 1.0.0 --- push/sender/pom.xml | 4 ++-- .../aerogear/unifiedpush/test/configure/MessagingSetup.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/push/sender/pom.xml b/push/sender/pom.xml index 76ebd65af9..f1948f7585 100644 --- a/push/sender/pom.xml +++ b/push/sender/pom.xml @@ -134,7 +134,7 @@ org.wildfly.extras.creaper creaper-core - 0.9.2 + 1.0.0 org.jboss.as @@ -150,7 +150,7 @@ org.wildfly.extras.creaper creaper-commands - 0.9.2 + 1.0.0 org.wildfly diff --git a/push/sender/src/test/java/org/jboss/aerogear/unifiedpush/test/configure/MessagingSetup.java b/push/sender/src/test/java/org/jboss/aerogear/unifiedpush/test/configure/MessagingSetup.java index 699e8c0753..ce619f51ce 100644 --- a/push/sender/src/test/java/org/jboss/aerogear/unifiedpush/test/configure/MessagingSetup.java +++ b/push/sender/src/test/java/org/jboss/aerogear/unifiedpush/test/configure/MessagingSetup.java @@ -55,7 +55,7 @@ private OnlineManagementClient createClient() throws IOException { return ManagementClient.online(OnlineOptions .standalone() .hostAndPort("localhost", 14311) - .protocol(ManagementProtocol.HTTP_REMOTE) + .protocol(ManagementProtocol.HTTP_REMOTING) .build() ); }