From: liamfallon Date: Tue, 11 Sep 2018 10:44:34 +0000 (+0100) Subject: Add web sockets as common dependency X-Git-Tag: 2.0.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=01c4d9c1e1c62894b05c04768d9775c711af7829;p=policy%2Fparent.git 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 --- 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 + +