aboutsummaryrefslogtreecommitdiffstats
path: root/openapi/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/build.gradle')
-rw-r--r--openapi/build.gradle12
1 files changed, 4 insertions, 8 deletions
diff --git a/openapi/build.gradle b/openapi/build.gradle
index 0b3e556..34d949b 100644
--- a/openapi/build.gradle
+++ b/openapi/build.gradle
@@ -5,15 +5,11 @@ plugins {
dependencies {
implementation project('server')
- implementation project('client-portal-history')
- implementation project('client-portal-keycloak')
- implementation project('client-portal-prefs')
+ implementation project('client-history')
+ implementation project('client-keycloak')
+ implementation project('client-preferences')
}
+
ext {
openapiVersion = '7.0.0-beta'
-}
-subprojects {
- repositories {
- mavenCentral()
- }
} \ No newline at end of file