mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-885: Jetty 9 dependency scope should be "provided".
This commit is contained in:
@@ -168,6 +168,7 @@
|
|||||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||||
<artifactId>websocket-servlet</artifactId>
|
<artifactId>websocket-servlet</artifactId>
|
||||||
<version>9.0.7.v20131107</version>
|
<version>9.0.7.v20131107</version>
|
||||||
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Tomcat servlet API (websocket) -->
|
<!-- Tomcat servlet API (websocket) -->
|
||||||
|
Reference in New Issue
Block a user