aboutsummaryrefslogtreecommitdiffstats
path: root/tools/simple-wsclient
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@ericsson.com>2018-09-11 16:09:02 +0100
committerliamfallon <liam.fallon@ericsson.com>2018-09-11 16:09:10 +0100
commit40992e22e01bfb3ef19e88232a23d566f3d14291 (patch)
tree46e4a354e0277aae7ed8a397b03b97615538f25b /tools/simple-wsclient
parentb69fcd844c7db0894499cf94d714ef0ddc8c1e6f (diff)
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 <liam.fallon@ericsson.com>
Diffstat (limited to 'tools/simple-wsclient')
-rw-r--r--tools/simple-wsclient/pom.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
- <version>1.3.4</version>
</dependency>
<dependency>
<groupId>org.onap.policy.apex-pdp.tools</groupId>