From 40992e22e01bfb3ef19e88232a23d566f3d14291 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 11 Sep 2018 16:09:02 +0100 Subject: Use parent version of websocket Two conflicting versions of the websocket library were being used, causing an exception to be thrown on apex shutdown. Using the common version of websocket solves this issue. Issue-ID: POLICY-954 Change-Id: Id1a004b1f09931b53ec389c776f74c58f7b29e99 Signed-off-by: liamfallon --- core/core-infrastructure/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'core/core-infrastructure') diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index a384529b2..36fd00e14 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -34,7 +34,6 @@ org.java-websocket Java-WebSocket - 1.3.8 com.google.guava -- cgit 1.2.3-korg