Fixed websocket problem by upgrading spark version. Also fixed z-index problem with console

This commit is contained in:
simon
2018-04-29 17:00:42 -04:00
parent 2c856aae80
commit 083af31b84
8 changed files with 94 additions and 84 deletions

View File

@@ -114,6 +114,11 @@
<artifactId>spring-security-core</artifactId>
<version>5.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.7.2</version>
</dependency>
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-template-velocity</artifactId>