From 852ef73cc49321605c7fbd7f31a7dc2bf416da4a Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 7 May 2024 11:59:06 +0200 Subject: Initial preferences release - 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 --- openapi/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openapi') 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') { -- cgit 1.2.3-korg