summaryrefslogtreecommitdiffstats
path: root/jdisc_jetty
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-12-10 15:41:16 +0100
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2016-12-13 10:33:30 +0100
commit82e46fed158c888d2a5a9931edd04dd7a0cc4fc9 (patch)
tree0c44d1766b506a87785e3538d62679aea94623f2 /jdisc_jetty
parentfddb038b377f05317f8d616bec615d278acf580a (diff)
Remove non-working web socket code from JDisc
Diffstat (limited to 'jdisc_jetty')
-rw-r--r--jdisc_jetty/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/jdisc_jetty/pom.xml b/jdisc_jetty/pom.xml
index b3e147bdac5..5887a6b7894 100644
--- a/jdisc_jetty/pom.xml
+++ b/jdisc_jetty/pom.xml
@@ -34,14 +34,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
</dependency>
- <dependency>
- <groupId>org.eclipse.jetty.websocket</groupId>
- <artifactId>websocket-server</artifactId>
- </dependency>
- <dependency>
- <groupId>org.eclipse.jetty.websocket</groupId>
- <artifactId>websocket-servlet</artifactId>
- </dependency>
</dependencies>
<build>
<plugins>