aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/client-history/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/client-history/build.gradle')
-rw-r--r--openapi/client-history/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/openapi/client-history/build.gradle b/openapi/client-history/build.gradle
index 20b5258..7b734d2 100644
--- a/openapi/client-history/build.gradle
+++ b/openapi/client-history/build.gradle
@@ -7,8 +7,8 @@ plugins {
}
dependencies {
- implementation 'org.springframework.boot:spring-boot-starter-webflux'
- implementation "org.openapitools:openapi-generator:$openapiVersion"
+ compileOnly 'org.springframework.boot:spring-boot-starter-webflux'
+ compileOnly "org.openapitools:openapi-generator:$openapiVersion"
}
openApiGenerate {