From cecbc5063bc173f4a25f0e5366a5dbf3b1c70e0a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 12 Dec 2016 23:36:52 +0300 Subject: update dependencies --- juick-crosspost/build.gradle | 1 - juick-notifications/build.gradle | 1 - .../components/configuration/NotificationsMvcConfiguration.java | 8 -------- juick-www/build.gradle | 2 +- 4 files changed, 1 insertion(+), 11 deletions(-) diff --git a/juick-crosspost/build.gradle b/juick-crosspost/build.gradle index 30b13533..7b1c3731 100644 --- a/juick-crosspost/build.gradle +++ b/juick-crosspost/build.gradle @@ -6,7 +6,6 @@ apply plugin: 'com.github.ben-manes.versions' dependencies { compile project(':juick-server') compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" - compile 'com.mitchellbosecke:pebble-spring4:2.3.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' } diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 41fa1206..9aa98fc2 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -8,7 +8,6 @@ dependencies { compile 'com.ganyo:gcm-server:1.1.0' compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" - compile 'com.mitchellbosecke:pebble-spring4:2.3.0' providedRuntime 'mysql:mysql-connector-java:5.1.40' diff --git a/juick-notifications/src/main/java/com/juick/components/configuration/NotificationsMvcConfiguration.java b/juick-notifications/src/main/java/com/juick/components/configuration/NotificationsMvcConfiguration.java index a0f0ad06..f92b6a19 100644 --- a/juick-notifications/src/main/java/com/juick/components/configuration/NotificationsMvcConfiguration.java +++ b/juick-notifications/src/main/java/com/juick/components/configuration/NotificationsMvcConfiguration.java @@ -8,7 +8,6 @@ import org.springframework.http.converter.HttpMessageConverter; import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; -import org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping; import java.util.List; @@ -19,13 +18,6 @@ import java.util.List; @ComponentScan(basePackages = {"com.juick.components.controllers"}) public class NotificationsMvcConfiguration extends WebMvcConfigurationSupport { - @Override - public RequestMappingHandlerMapping requestMappingHandlerMapping() { - RequestMappingHandlerMapping mapping = super.requestMappingHandlerMapping(); - mapping.setUseSuffixPatternMatch(false); - return mapping; - } - @Override protected void configureMessageConverters(List> converters) { Jackson2ObjectMapperBuilder builder = new Jackson2ObjectMapperBuilder() diff --git a/juick-www/build.gradle b/juick-www/build.gradle index e3451336..d6a8f4b2 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -20,7 +20,7 @@ apply plugin: 'com.github.ben-manes.versions' dependencies { compile project(':juick-server') - compile 'com.github.scribejava:scribejava-apis:3.3.0' + compile 'com.github.scribejava:scribejava-apis:3.4.0' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.mitchellbosecke:pebble:2.3.0' -- cgit v1.2.3