From ae76024011a8442ae7eab953e0b97e9fe2c7c201 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Sep 2018 11:53:37 +0300 Subject: reorganize layout --- juick-server/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'juick-server/build.gradle') 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' -- cgit v1.2.3