Merge pull request #6374 from rajadilipkolli/patch-1

In jOOQ-spring-boot-example, use jooq starter instead of jdbc starter
This commit is contained in:
Lukas Eder 2017-07-05 10:38:00 +02:00 committed by GitHub
commit 053d0760c7

View File

@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>1.5.4.RELEASE</version>
</parent>
<groupId>org.jooq</groupId>
@ -33,12 +33,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>org.jooq</groupId>
<artifactId>jooq</artifactId>
<artifactId>spring-boot-starter-jooq</artifactId>
</dependency>
<dependency>