From c5a3ef1b52ccd60bb196610ca1d29754e5baa61e Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 26 Jun 2019 12:32:31 +0200 Subject: [PATCH] [jOOQ/jOOQ#8857] Spring Boot example should reference custom jOOQ version --- .../jOOQ-spring-boot-example/pom.xml | 29 ++++++++++++++----- 1 file changed, 21 insertions(+), 8 deletions(-) diff --git a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml index 1301e5a077..d9b1ec4683 100644 --- a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.2.RELEASE + 2.1.6.RELEASE org.jooq @@ -34,6 +34,25 @@ org.springframework.boot spring-boot-starter-jooq + + + + + org.jooq + jooq + + + + + + + org.jooq + jooq + ${jooq.version} @@ -121,6 +140,7 @@ org.jooq jooq-codegen-maven + ${jooq.version} @@ -157,13 +177,6 @@ - - - com.h2database - h2 - ${h2.version} - -