Skip to content
Snippets Groups Projects
Commit 8f0c493b authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Revert Jetty Maven plugin bump

Jetty 9.4.20 has a breaking change causing issues with Spring's
Websocket handling. This will be fixed in version 9.4.21.

See https://github.com/eclipse/jetty.project/issues/4020.

Closes #49.
parent 810a67e0
No related merge requests found
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId> <artifactId>jetty-maven-plugin</artifactId>
<version>9.4.20.v20190813</version> <version>9.4.19.v20190610</version>
<configuration> <configuration>
<scanIntervalSeconds>0</scanIntervalSeconds> <scanIntervalSeconds>0</scanIntervalSeconds>
<webApp> <webApp>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment