diff options
author | jbion <joffrey.bion@amadeus.com> | 2016-12-21 20:06:29 +0100 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2016-12-21 20:06:29 +0100 |
commit | 3ca053899bc57e92e7b3a0accc3f96fa0c834196 (patch) | |
tree | b12497c72c744fe27816708a4f5f7b73780c9cf6 /build.gradle | |
parent | Add potential extra wonders (diff) | |
download | seven-wonders-3ca053899bc57e92e7b3a0accc3f96fa0c834196.tar.gz seven-wonders-3ca053899bc57e92e7b3a0accc3f96fa0c834196.tar.bz2 seven-wonders-3ca053899bc57e92e7b3a0accc3f96fa0c834196.zip |
Remove PrincipalImpl usage, using spring security instead
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
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' |