aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 3 insertions, 7 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 7ad65cd..4305de0 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -19,15 +19,11 @@ configurations {
}
}
-// repositories {
-// mavenCentral()
-// }
-
dependencies {
implementation project(':openapi:server')
- implementation project(':openapi:client-portal-history')
- implementation project(':openapi:client-portal-prefs')
- implementation project(':openapi:client-portal-keycloak')
+ implementation project(':openapi:client-history')
+ implementation project(':openapi:client-preferences')
+ implementation project(':openapi:client-keycloak')
implementation project(':lib')
implementation 'org.springframework.boot:spring-boot-starter-webflux'