mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-20 01:45:58 +00:00
Fixed websocket problem by upgrading spark version. Also fixed z-index problem with console
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user