aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 405a81af..b82c3d5c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1 +1,9 @@
apply plugin: "java"
+
+repositories {
+ mavenCentral()
+}
+
+dependencies {
+ compile "org.springframework:spring-jdbc:4.2.4.RELEASE"
+} \ No newline at end of file