aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml7
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 -->