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

repositories {
    mavenCentral()
}

dependencies {
    compile "org.springframework:spring-jdbc:4.3.0.RELEASE"
    compile "org.apache.commons:commons-lang3:3.4"
}