From 8f0c493ba7cf0a8c534156aa068572e2f85bdc77 Mon Sep 17 00:00:00 2001 From: Daniel Gerhardt <code@dgerhardt.net> Date: Mon, 9 Sep 2019 10:47:37 +0200 Subject: [PATCH] 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 arsnova-backend#49. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a141e793..5fb67c616 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.4.20.v20190813</version> + <version>9.4.19.v20190610</version> <configuration> <scanIntervalSeconds>0</scanIntervalSeconds> <webApp> -- GitLab