From 6879977e3a8577dba8bc074258e2bf3824683d75 Mon Sep 17 00:00:00 2001 From: Tapac Date: Sun, 24 Nov 2019 01:21:33 +0300 Subject: [PATCH] exposed-dao missed from exposed-spring-boot-starter --- exposed-spring-boot-starter/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/exposed-spring-boot-starter/build.gradle.kts b/exposed-spring-boot-starter/build.gradle.kts index d234253b..ee399d98 100644 --- a/exposed-spring-boot-starter/build.gradle.kts +++ b/exposed-spring-boot-starter/build.gradle.kts @@ -16,6 +16,7 @@ val SPRING_BOOT_VERSION = "2.2.0.RELEASE" dependencies { api(project(":exposed-core")) + api(project(":exposed-dao")) api(project(":spring-transaction")) api("org.springframework.boot", "spring-boot-starter-data-jdbc", SPRING_BOOT_VERSION) api("org.springframework.boot", "spring-boot-autoconfigure", SPRING_BOOT_VERSION)