diff --git a/forgeboot-webmvc/exception/build.gradle.kts b/forgeboot-webmvc/exception/build.gradle.kts index fa016ea..21c6e7c 100644 --- a/forgeboot-webmvc/exception/build.gradle.kts +++ b/forgeboot-webmvc/exception/build.gradle.kts @@ -3,9 +3,9 @@ plugins{ } dependencies { implementation(project(Modules.Core.EXTENSION)) - implementation(project(Modules.Webmvc.DTO)) implementation(platform(libs.springBootDependencies.bom)) implementation(libs.springBoot.autoconfigure) + api(project(Modules.Webmvc.DTO)) api(project(Modules.TRACE.STARTER)) compileOnly(libs.springBootStarter.validation) compileOnly(libs.springBootStarter.web)