From b2047d5f9a28671a404253ede222711792d29677 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Mon, 3 Jul 2017 22:18:56 +0530 Subject: [PATCH] use jooq starter instead of jdbc starter Jooq starter includes jdbc starter as transitive dependency, so we can use this and jooq is obtained from jooq starter. also upgrades to latest spring boot version --- jOOQ-examples/jOOQ-spring-boot-example/pom.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml index 1a891b6154..9040da425f 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 - 1.5.3.RELEASE + 1.5.4.RELEASE org.jooq @@ -33,12 +33,7 @@ org.springframework.boot - spring-boot-starter-jdbc - - - - org.jooq - jooq + spring-boot-starter-jooq