diff options
author | Alexander Alexeev | 2016-11-12 00:36:37 +0700 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-12 11:14:48 +0300 |
commit | 5179f9417dc3a2ad1da45c4aafa82f6f646c61e8 (patch) | |
tree | 77628ee3544ada9c3259a51dad398fcbd6220a39 /juick-crosspost | |
parent | 5a9bfa524dcd27f357a8838acb7f150660061ae6 (diff) |
configuration updated: common dependences moved to core module
Diffstat (limited to 'juick-crosspost')
-rw-r--r-- | juick-crosspost/build.gradle | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/juick-crosspost/build.gradle b/juick-crosspost/build.gradle index 21b91264..21b7019e 100644 --- a/juick-crosspost/build.gradle +++ b/juick-crosspost/build.gradle @@ -8,19 +8,10 @@ repositories { } def springFrameworkVersion = '4.3.4.RELEASE' -def jacksonVersion = '2.8.4' -def slf4jVersion = '1.7.21' dependencies { compile project(':juick-core') - compile 'org.slf4j:slf4j-api:${slf4jVersion}' compile "org.springframework:spring-webmvc:${springFrameworkVersion}" - compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" - compile "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}" - compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${jacksonVersion}" - compile 'javax.inject:javax.inject:1' - compile 'org.apache.httpcomponents:httpclient:4.5.2' - compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'com.mitchellbosecke:pebble-spring4:2.2.3' providedRuntime 'mysql:mysql-connector-java:5.1.40' } |