From 6ba7eb5fe1384ec87cdd0031d185a9b26512a016 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Sun, 13 Nov 2016 21:21:45 +0700 Subject: server core module --- juick-www/build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 36eae244..1bed582b 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -26,18 +26,19 @@ repositories { mavenCentral() } -def slf4jVersion = '1.7.21' +def springFrameworkVersion = '4.3.4.RELEASE' dependencies { - compile project(':juick-core') + compile project(':server-core') compile project(':deps:com.juick.xmpp') compile 'com.github.scribejava:scribejava-apis:3.2.0' - compile 'commons-io:commons-io:2.5' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'net.jodah:failsafe:0.9.5' compile 'com.mitchellbosecke:pebble:2.2.3' compile 'com.sun.mail:javax.mail:1.5.6' + compile "org.springframework:spring-webmvc:${springFrameworkVersion}" + compile 'com.mitchellbosecke:pebble-spring4:2.2.3' providedCompile 'javax.servlet:javax.servlet-api:3.1.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' } -- cgit v1.2.3