diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-11 11:44:34 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-11 11:45:41 +0100 |
commit | 01c4d9c1e1c62894b05c04768d9775c711af7829 (patch) | |
tree | 33ee9ea3194d3e26691458d77a104899c677aa30 | |
parent | 4eebba738c5258bf3f45b321ccab5cee4ba0a41d (diff) |
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 <liam.fallon@ericsson.com>
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ <version>1.4</version> </dependency> + <!-- Web Sockets --> + <dependency> + <groupId>org.java-websocket</groupId> + <artifactId>Java-WebSocket</artifactId> + <version>1.3.8</version> + </dependency> + <!-- Test dependencies --> <!-- In memory Database Engine --> |