aboutsummaryrefslogtreecommitdiff
path: root/juick-server/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r--juick-server/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/juick-server/build.gradle b/juick-server/build.gradle
index 722ff09d..9a6196da 100644
--- a/juick-server/build.gradle
+++ b/juick-server/build.gradle
@@ -65,6 +65,9 @@ dependencies {
compile("org.springframework.boot:spring-boot-starter-cache")
compile ('org.springframework.boot:spring-boot-starter-security')
compile ('org.springframework.boot:spring-boot-starter-jdbc')
+ compile("org.springframework.boot:spring-boot-starter-security")
+ compile("org.springframework.boot:spring-boot-starter-web")
+ compile("org.springframework.boot:spring-boot-starter-websocket")
compileOnly 'io.springfox:springfox-core:2.9.2'