summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 9b5cee41..082673dd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,6 +25,7 @@ dependencies {
compile 'ch.qos.logback:logback-classic:1.1.8'
compile 'org.springframework.boot:spring-boot-starter-websocket'
+ compile 'org.springframework.security:spring-security-core:4.2.0.RELEASE'
compile 'org.webjars:webjars-locator'
compile 'org.webjars:sockjs-client:1.0.2'
compile 'org.webjars:stomp-websocket:2.3.3'
bgstack15