From: liamfallon Date: Tue, 11 Sep 2018 15:09:02 +0000 (+0100) Subject: Use parent version of websocket X-Git-Tag: 2.0.0~43 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=40992e22e01bfb3ef19e88232a23d566f3d14291;p=policy%2Fapex-pdp.git 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 --- 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 diff --git a/tools/simple-wsclient/pom.xml b/tools/simple-wsclient/pom.xml index 9437f6216..f26ddec6a 100644 --- a/tools/simple-wsclient/pom.xml +++ b/tools/simple-wsclient/pom.xml @@ -34,7 +34,6 @@ org.java-websocket Java-WebSocket - 1.3.4 org.onap.policy.apex-pdp.tools