aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: b82c3d5ce8f73b04cf74932791ad58b666fe6fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
apply plugin: "java"

repositories {
    mavenCentral()
}

dependencies {
    compile "org.springframework:spring-jdbc:4.2.4.RELEASE"
}