aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-07 11:38:54 +0300
committerGravatar Vitaly Takmazov2016-07-07 11:38:54 +0300
commitb1c9bbe04e6300f5bbb9d0015987c4b18dfb2d09 (patch)
tree83e4f4a05bae0588e4692a32ee82726c365fd59e /build.gradle
parentfe8cf8c0093bbbfb053f52a53daea9145705b62e (diff)
parenta0d038f5e6aa28ef67162c591abe64d057a19fa5 (diff)
merge server
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 3a6a3612..baa5c4d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -62,6 +62,7 @@ dependencies {
compile 'com.github.scribejava:scribejava-apis:2.7.3'
compile 'org.apache.httpcomponents:httpclient:4.5.1'
compile 'org.apache.commons:commons-lang3:3.4'
+ compile "org.springframework:spring-jdbc:4.3.0.RELEASE"
compile 'org.json:json:20151123'
providedCompile 'javax.servlet:javax.servlet-api:3.1.0'
providedRuntime 'mysql:mysql-connector-java:5.1.39'
@@ -115,4 +116,4 @@ gretty {
httpPort = 8080
contextPath = ''
servletContainer = 'tomcat8'
-}
+} \ No newline at end of file