diff options
Diffstat (limited to 'qpid/java/broker-plugins/websocket/pom.xml')
| -rw-r--r-- | qpid/java/broker-plugins/websocket/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/broker-plugins/websocket/pom.xml b/qpid/java/broker-plugins/websocket/pom.xml index 49e08c94ec..c60945119d 100644 --- a/qpid/java/broker-plugins/websocket/pom.xml +++ b/qpid/java/broker-plugins/websocket/pom.xml @@ -45,6 +45,12 @@ <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> + <exclusions> + <exclusion> + <groupId>org.eclipse.jetty.orbit</groupId> + <artifactId>javax.servlet</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |
