From 01c4d9c1e1c62894b05c04768d9775c711af7829 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 11 Sep 2018 11:44:34 +0100 Subject: Add web sockets as common dependency Java web sockets are used in engine and apex, adding into parent for common version handling. Issue-ID: POLICY-954 Change-Id: I579c825f6a0ec9c181726be4f7fe008552c27e0f Signed-off-by: liamfallon --- integration/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 54ec6f9b..065ddb78 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -150,6 +150,13 @@ 1.4 + + + org.java-websocket + Java-WebSocket + 1.3.8 + + -- cgit