We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7511df5 commit 3e3b298Copy full SHA for 3e3b298
1 file changed
build.gradle
@@ -32,11 +32,13 @@ tasks.withType(JavaCompile) {
32
dependencies {
33
compile "org.springframework.boot:spring-boot-starter-jdbc"
34
compile "org.springframework.boot:spring-boot-starter-jooq"
35
- jooqRuntime "org.postgresql:postgresql:9.4.1211.jre7"
+ compile "org.postgresql:postgresql:9.4.1211.jre7"
36
compile "org.apache.commons:commons-lang3:3.4"
37
compile "org.apache.commons:commons-collections4:4.1"
38
39
testCompile "org.springframework.boot:spring-boot-starter-test"
40
+
41
+ jooqRuntime "org.postgresql:postgresql:9.4.1211.jre7"
42
}
43
44
// we want to show following test events in the log
0 commit comments