aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 14:36:26 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-07 14:36:26 +0200
commit079ae934aa4b63f8e3dab9ab302d4b97038f8a6e (patch)
treef477e9c30b5a7ab1b9ef8414fb245841d61ced43 /openapi/build.gradle
parent25bd84ec32115b346cab66eeed9dc47cd574d12b (diff)
Make openapi dependencies in bff compileOnly0.1.0
- make openapi deps compileOnly - adjust instructions for locally running the app Issue-ID: PORTALNG-95 Change-Id: I0be66ada6046b527b6a5b5c74546193b78535b51 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'openapi/build.gradle')
-rw-r--r--openapi/build.gradle9
1 files changed, 1 insertions, 8 deletions
diff --git a/openapi/build.gradle b/openapi/build.gradle
index e128f6f..75e66b2 100644
--- a/openapi/build.gradle
+++ b/openapi/build.gradle
@@ -1,15 +1,8 @@
plugins {
id 'java'
- id 'io.spring.dependency-management'
-}
-
-dependencies {
- implementation project('server')
- implementation project('client-history')
- implementation project('client-keycloak')
- implementation project('client-preferences')
}
ext {
openapiVersion = '7.4.0'
+ springBootVersion = '3.2.3'
} \ No newline at end of file