diff options
Diffstat (limited to 'opendc-web')
| -rw-r--r-- | opendc-web/opendc-web-quarkus-deployment/build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-quarkus-deployment/build.gradle.kts b/opendc-web/opendc-web-quarkus-deployment/build.gradle.kts index 5dfdb65b..9917bb44 100644 --- a/opendc-web/opendc-web-quarkus-deployment/build.gradle.kts +++ b/opendc-web/opendc-web-quarkus-deployment/build.gradle.kts @@ -27,7 +27,7 @@ plugins { `java-library-conventions` } -dependencies { +/* dependencies { implementation(platform(libs.quarkus.bom)) implementation(projects.opendcWeb.opendcWebQuarkus) @@ -38,3 +38,4 @@ dependencies { implementation(libs.quarkus.arc.deployment) implementation(libs.quarkus.quinoa.deployment) } + */ |
