aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 11:59:06 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 13:21:39 +0200
commit852ef73cc49321605c7fbd7f31a7dc2bf416da4a (patch)
tree860e49a963f3c19291a278ac2496ba6aa2553ede /openapi/build.gradle
parent1e3cc2138acd208a8dde189b15872b9240bb20de (diff)
Initial preferences release0.1.0
- add version.properties file - use version defined there in the buildinfo - resolve logback + slf4j conflict Issue-ID: PORTALNG-91 Change-Id: Ie30edcbe664a6890243660b9ce5ff95bad1df7d1 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'openapi/build.gradle')
-rw-r--r--openapi/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/openapi/build.gradle b/openapi/build.gradle
index fc5e1dc..61358ee 100644
--- a/openapi/build.gradle
+++ b/openapi/build.gradle
@@ -9,9 +9,9 @@ repositories {
}
dependencies {
- implementation 'org.openapitools:openapi-generator:7.0.0-beta'
- implementation 'org.springframework.boot:spring-boot-starter-webflux:3.1.2'
- implementation 'jakarta.validation:jakarta.validation-api:3.0.2'
+ compileOnly 'org.openapitools:openapi-generator:7.0.0-beta'
+ compileOnly 'org.springframework.boot:spring-boot-starter-webflux:3.1.2'
+ compileOnly 'jakarta.validation:jakarta.validation-api:3.0.2'
constraints {
implementation('io.swagger.core.v3:swagger-annotations:2.2.5') {