From 03ef6631d852046336090d659a18b206b355ac3c Mon Sep 17 00:00:00 2001 From: Bruno Salmon Date: Sun, 24 Mar 2024 12:38:51 +0000 Subject: [PATCH] Ran 'webfx update' (latest j2cl) --- .../src/main/module.gwt.xml | 53 ------------------- .../src/main/resources/public/index.html | 4 +- .../super/java/util/ServiceLoader.java | 1 - .../pom.xml | 8 +++ .../src/main/module.gwt.xml | 53 ------------------- .../src/main/resources/public/index.html | 4 +- .../super/java/util/ServiceLoader.java | 1 - .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../modality-base-client-max-plugin/pom.xml | 8 +++ .../modality-base-client-min-plugin/pom.xml | 8 +++ .../modality-base-client-profile-fx/pom.xml | 8 +++ .../modality-base-client-tile/pom.xml | 8 +++ .../modality-base-client-validation/pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 --- .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 --- .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 --- .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ .../pom.xml | 8 +++ 59 files changed, 404 insertions(+), 136 deletions(-) diff --git a/modality-all/modality-all-backoffice-application-gwt/src/main/module.gwt.xml b/modality-all/modality-all-backoffice-application-gwt/src/main/module.gwt.xml index f7b49cbfb..26cc6c969 100644 --- a/modality-all/modality-all-backoffice-application-gwt/src/main/module.gwt.xml +++ b/modality-all/modality-all-backoffice-application-gwt/src/main/module.gwt.xml @@ -461,9 +461,6 @@ - - - @@ -472,9 +469,6 @@ - - - @@ -559,53 +553,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/modality-all/modality-all-backoffice-application-gwt/src/main/resources/public/index.html b/modality-all/modality-all-backoffice-application-gwt/src/main/resources/public/index.html index bcc477757..4e347f74b 100644 --- a/modality-all/modality-all-backoffice-application-gwt/src/main/resources/public/index.html +++ b/modality-all/modality-all-backoffice-application-gwt/src/main/resources/public/index.html @@ -108,8 +108,8 @@ - diff --git a/modality-all/modality-all-backoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java b/modality-all/modality-all-backoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java index 5e378fc68..6ce895120 100644 --- a/modality-all/modality-all-backoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java +++ b/modality-all/modality-all-backoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java @@ -60,7 +60,6 @@ public static ServiceLoader load(Class serviceClass) { case "one.modality.base.backoffice.ganttcanvas.spi.MainFrameGanttCanvasProvider": return new ServiceLoader(one.modality.event.backoffice.events.ganttcanvas.spi.impl.event.MainFrameEventsGanttCanvasProvider::new); case "one.modality.base.backoffice.mainframe.headernode.MainFrameHeaderNodeProvider": return new ServiceLoader(one.modality.crm.backoffice.organization.fx.impl.MainFrameHeaderOrganizationSelectorProvider::new, one.modality.event.backoffice.event.fx.impl.MainFrameHeaderEventSelectorProvider::new); case "one.modality.ecommerce.payment.custom.spi.CustomPaymentProvider": return new ServiceLoader(one.modality.ecommerce.payment.custom.spi.impl.remote.RemoteCustomPaymentProvider::new); - case "org.threeten.bp.zone.ZoneRulesProvider": return new ServiceLoader(); // UNKNOWN SPI default: diff --git a/modality-all/modality-all-backoffice-application/pom.xml b/modality-all/modality-all-backoffice-application/pom.xml index 52fcee8c3..a859f4477 100644 --- a/modality-all/modality-all-backoffice-application/pom.xml +++ b/modality-all/modality-all-backoffice-application/pom.xml @@ -52,6 +52,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-all/modality-all-frontoffice-application-gwt/src/main/module.gwt.xml b/modality-all/modality-all-frontoffice-application-gwt/src/main/module.gwt.xml index a0fffbc12..e315597fe 100644 --- a/modality-all/modality-all-frontoffice-application-gwt/src/main/module.gwt.xml +++ b/modality-all/modality-all-frontoffice-application-gwt/src/main/module.gwt.xml @@ -275,9 +275,6 @@ - - - @@ -286,9 +283,6 @@ - - - @@ -378,53 +372,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/public/index.html b/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/public/index.html index 53d1d2158..ba5398d4b 100644 --- a/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/public/index.html +++ b/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/public/index.html @@ -108,8 +108,8 @@ - diff --git a/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java b/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java index 998103c37..7aabe6872 100644 --- a/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java +++ b/modality-all/modality-all-frontoffice-application-gwt/src/main/resources/super/java/util/ServiceLoader.java @@ -59,7 +59,6 @@ public static ServiceLoader load(Class serviceClass) { case "dev.webfx.stack.session.spi.SessionServiceProvider": return new ServiceLoader(dev.webfx.stack.session.spi.impl.client.ClientSessionServiceProvider::new); case "javafx.application.Application": return new ServiceLoader(one.modality.base.frontoffice.application.ModalityFrontOfficeApplication::new); case "one.modality.base.backoffice.mainframe.headernode.MainFrameHeaderNodeProvider": return new ServiceLoader(); - case "org.threeten.bp.zone.ZoneRulesProvider": return new ServiceLoader(); // UNKNOWN SPI default: diff --git a/modality-all/modality-all-frontoffice-application/pom.xml b/modality-all/modality-all-frontoffice-application/pom.xml index e7e2dfd3f..ff291d580 100644 --- a/modality-all/modality-all-frontoffice-application/pom.xml +++ b/modality-all/modality-all-frontoffice-application/pom.xml @@ -31,6 +31,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-activity-filters-plugin/pom.xml b/modality-base/modality-base-backoffice-activity-filters-plugin/pom.xml index 6b59f8c0b..e93f46880 100644 --- a/modality-base/modality-base-backoffice-activity-filters-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-activity-filters-plugin/pom.xml @@ -83,6 +83,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-windowhistory diff --git a/modality-base/modality-base-backoffice-activity-home-plugin/pom.xml b/modality-base/modality-base-backoffice-activity-home-plugin/pom.xml index 439a16135..94a06bc68 100644 --- a/modality-base/modality-base-backoffice-activity-home-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-activity-home-plugin/pom.xml @@ -65,6 +65,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-base/modality-base-backoffice-activity-operations-plugin/pom.xml b/modality-base/modality-base-backoffice-activity-operations-plugin/pom.xml index 44d557862..475e639d2 100644 --- a/modality-base/modality-base-backoffice-activity-operations-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-activity-operations-plugin/pom.xml @@ -65,6 +65,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-windowhistory diff --git a/modality-base/modality-base-backoffice-application/pom.xml b/modality-base/modality-base-backoffice-application/pom.xml index a87f13924..28baeaf68 100644 --- a/modality-base/modality-base-backoffice-application/pom.xml +++ b/modality-base/modality-base-backoffice-application/pom.xml @@ -33,6 +33,14 @@ 1.0.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-gantt-canvas-basic-plugin/pom.xml b/modality-base/modality-base-backoffice-gantt-canvas-basic-plugin/pom.xml index 888906f17..402532223 100644 --- a/modality-base/modality-base-backoffice-gantt-canvas-basic-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-gantt-canvas-basic-plugin/pom.xml @@ -27,6 +27,14 @@ 1.0.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-mainframe-activity/pom.xml b/modality-base/modality-base-backoffice-mainframe-activity/pom.xml index 699df6113..8653cbd73 100644 --- a/modality-base/modality-base-backoffice-mainframe-activity/pom.xml +++ b/modality-base/modality-base-backoffice-mainframe-activity/pom.xml @@ -117,6 +117,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-resource diff --git a/modality-base/modality-base-backoffice-mainframe-headernode/pom.xml b/modality-base/modality-base-backoffice-mainframe-headernode/pom.xml index 4f34b588b..9457f59a7 100644 --- a/modality-base/modality-base-backoffice-mainframe-headernode/pom.xml +++ b/modality-base/modality-base-backoffice-mainframe-headernode/pom.xml @@ -35,6 +35,14 @@ true + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-base/modality-base-backoffice-mainframe-headertabs-fx/pom.xml b/modality-base/modality-base-backoffice-mainframe-headertabs-fx/pom.xml index 665bd8767..73fcd71b1 100644 --- a/modality-base/modality-base-backoffice-mainframe-headertabs-fx/pom.xml +++ b/modality-base/modality-base-backoffice-mainframe-headertabs-fx/pom.xml @@ -27,6 +27,14 @@ 1.0.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-masterslave/pom.xml b/modality-base/modality-base-backoffice-masterslave/pom.xml index 6930eaf76..fd3a3dfbc 100644 --- a/modality-base/modality-base-backoffice-masterslave/pom.xml +++ b/modality-base/modality-base-backoffice-masterslave/pom.xml @@ -89,6 +89,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-base/modality-base-backoffice-max-plugin/pom.xml b/modality-base/modality-base-backoffice-max-plugin/pom.xml index 25aa4da58..54e24f8b6 100644 --- a/modality-base/modality-base-backoffice-max-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-max-plugin/pom.xml @@ -31,6 +31,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-min-plugin/pom.xml b/modality-base/modality-base-backoffice-min-plugin/pom.xml index d9de5bdca..9e3d6214e 100644 --- a/modality-base/modality-base-backoffice-min-plugin/pom.xml +++ b/modality-base/modality-base-backoffice-min-plugin/pom.xml @@ -52,6 +52,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-backoffice-operations-snapshot/pom.xml b/modality-base/modality-base-backoffice-operations-snapshot/pom.xml index 10b2ae37d..5209918c7 100644 --- a/modality-base/modality-base-backoffice-operations-snapshot/pom.xml +++ b/modality-base/modality-base-backoffice-operations-snapshot/pom.xml @@ -23,6 +23,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-orm-entity diff --git a/modality-base/modality-base-client-activity-organizationdependent/pom.xml b/modality-base/modality-base-client-activity-organizationdependent/pom.xml index f0da775ae..c9eeefa5e 100644 --- a/modality-base/modality-base-client-activity-organizationdependent/pom.xml +++ b/modality-base/modality-base-client-activity-organizationdependent/pom.xml @@ -47,6 +47,14 @@ 1.0.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-orm-domainmodel-activity diff --git a/modality-base/modality-base-client-max-plugin/pom.xml b/modality-base/modality-base-client-max-plugin/pom.xml index 40abaf613..071d4946b 100644 --- a/modality-base/modality-base-client-max-plugin/pom.xml +++ b/modality-base/modality-base-client-max-plugin/pom.xml @@ -22,6 +22,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-authn-login-ui-gateway-facebook-plugin diff --git a/modality-base/modality-base-client-min-plugin/pom.xml b/modality-base/modality-base-client-min-plugin/pom.xml index 4e1688b6c..800cb58b6 100644 --- a/modality-base/modality-base-client-min-plugin/pom.xml +++ b/modality-base/modality-base-client-min-plugin/pom.xml @@ -50,6 +50,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-client-profile-fx/pom.xml b/modality-base/modality-base-client-profile-fx/pom.xml index 5839aaea1..63d93b1e3 100644 --- a/modality-base/modality-base-client-profile-fx/pom.xml +++ b/modality-base/modality-base-client-profile-fx/pom.xml @@ -45,6 +45,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-session-state-client-fx diff --git a/modality-base/modality-base-client-tile/pom.xml b/modality-base/modality-base-client-tile/pom.xml index 1a229ab19..2a1e9294e 100644 --- a/modality-base/modality-base-client-tile/pom.xml +++ b/modality-base/modality-base-client-tile/pom.xml @@ -63,6 +63,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-base/modality-base-client-validation/pom.xml b/modality-base/modality-base-client-validation/pom.xml index 7871e6123..f65db2a52 100644 --- a/modality-base/modality-base-client-validation/pom.xml +++ b/modality-base/modality-base-client-validation/pom.xml @@ -65,6 +65,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-uischeduler diff --git a/modality-base/modality-base-frontoffice-max-plugin/pom.xml b/modality-base/modality-base-frontoffice-max-plugin/pom.xml index c687514e2..c0ac04f18 100644 --- a/modality-base/modality-base-frontoffice-max-plugin/pom.xml +++ b/modality-base/modality-base-frontoffice-max-plugin/pom.xml @@ -31,6 +31,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-base/modality-base-frontoffice-min-plugin/pom.xml b/modality-base/modality-base-frontoffice-min-plugin/pom.xml index 2d9c5821f..1698c54b8 100644 --- a/modality-base/modality-base-frontoffice-min-plugin/pom.xml +++ b/modality-base/modality-base-frontoffice-min-plugin/pom.xml @@ -45,6 +45,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-catering/modality-catering-backoffice-max-plugin/pom.xml b/modality-catering/modality-catering-backoffice-max-plugin/pom.xml index c1b7512e0..169da946a 100644 --- a/modality-catering/modality-catering-backoffice-max-plugin/pom.xml +++ b/modality-catering/modality-catering-backoffice-max-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-catering/modality-catering-backoffice-min-plugin/pom.xml b/modality-catering/modality-catering-backoffice-min-plugin/pom.xml index fe18f3151..b949ebc6f 100644 --- a/modality-catering/modality-catering-backoffice-min-plugin/pom.xml +++ b/modality-catering/modality-catering-backoffice-min-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-crm/modality-crm-backoffice-bookingdetailspanel/pom.xml b/modality-crm/modality-crm-backoffice-bookingdetailspanel/pom.xml index 57207a3d7..a27b2c484 100644 --- a/modality-crm/modality-crm-backoffice-bookingdetailspanel/pom.xml +++ b/modality-crm/modality-crm-backoffice-bookingdetailspanel/pom.xml @@ -119,6 +119,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-crm/modality-crm-client-profile-plugin/pom.xml b/modality-crm/modality-crm-client-profile-plugin/pom.xml index 21befc59f..e229dc2ae 100644 --- a/modality-crm/modality-crm-client-profile-plugin/pom.xml +++ b/modality-crm/modality-crm-client-profile-plugin/pom.xml @@ -111,6 +111,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-ecommerce/modality-ecommerce-backoffice-activity-moneyflows-plugin/pom.xml b/modality-ecommerce/modality-ecommerce-backoffice-activity-moneyflows-plugin/pom.xml index 8b1bd2066..144a670f3 100644 --- a/modality-ecommerce/modality-ecommerce-backoffice-activity-moneyflows-plugin/pom.xml +++ b/modality-ecommerce/modality-ecommerce-backoffice-activity-moneyflows-plugin/pom.xml @@ -107,6 +107,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-windowhistory diff --git a/modality-ecommerce/modality-ecommerce-backoffice-max-plugin/pom.xml b/modality-ecommerce/modality-ecommerce-backoffice-max-plugin/pom.xml index 7d8f553a8..5d5cb0922 100644 --- a/modality-ecommerce/modality-ecommerce-backoffice-max-plugin/pom.xml +++ b/modality-ecommerce/modality-ecommerce-backoffice-max-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-ecommerce/modality-ecommerce-backoffice-min-plugin/pom.xml b/modality-ecommerce/modality-ecommerce-backoffice-min-plugin/pom.xml index 7aaed0f7f..391036c1a 100644 --- a/modality-ecommerce/modality-ecommerce-backoffice-min-plugin/pom.xml +++ b/modality-ecommerce/modality-ecommerce-backoffice-min-plugin/pom.xml @@ -38,6 +38,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-ecommerce/modality-ecommerce-backoffice-operations-document/pom.xml b/modality-ecommerce/modality-ecommerce-backoffice-operations-document/pom.xml index 6215f1487..6f828f449 100644 --- a/modality-ecommerce/modality-ecommerce-backoffice-operations-document/pom.xml +++ b/modality-ecommerce/modality-ecommerce-backoffice-operations-document/pom.xml @@ -53,6 +53,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-orm-entity-controls diff --git a/modality-ecommerce/modality-ecommerce-backoffice-operations-documentline/pom.xml b/modality-ecommerce/modality-ecommerce-backoffice-operations-documentline/pom.xml index 1478894a9..3179a13db 100644 --- a/modality-ecommerce/modality-ecommerce-backoffice-operations-documentline/pom.xml +++ b/modality-ecommerce/modality-ecommerce-backoffice-operations-documentline/pom.xml @@ -47,6 +47,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-orm-entity diff --git a/modality-ecommerce/modality-ecommerce-payment-custom-remote/pom.xml b/modality-ecommerce/modality-ecommerce-payment-custom-remote/pom.xml index 9adcac5e2..c1c5ba6f5 100644 --- a/modality-ecommerce/modality-ecommerce-payment-custom-remote/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-custom-remote/pom.xml @@ -35,6 +35,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-com-bus-call diff --git a/modality-ecommerce/modality-ecommerce-payment-custom-server/pom.xml b/modality-ecommerce/modality-ecommerce-payment-custom-server/pom.xml index 35a285735..a91166170 100644 --- a/modality-ecommerce/modality-ecommerce-payment-custom-server/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-custom-server/pom.xml @@ -35,14 +35,6 @@ 0.1.0-SNAPSHOT - - dev.webfx - webfx-platform-javabase-emul-j2cl - 0.1.0-SNAPSHOT - runtime - true - - dev.webfx webfx-platform-util diff --git a/modality-ecommerce/modality-ecommerce-payment-custom-ui/pom.xml b/modality-ecommerce/modality-ecommerce-payment-custom-ui/pom.xml index 225b27265..5eed60c9b 100644 --- a/modality-ecommerce/modality-ecommerce-payment-custom-ui/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-custom-ui/pom.xml @@ -47,6 +47,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-ecommerce/modality-ecommerce-payment-delegated-remote/pom.xml b/modality-ecommerce/modality-ecommerce-payment-delegated-remote/pom.xml index 30e011e22..cab9c7dca 100644 --- a/modality-ecommerce/modality-ecommerce-payment-delegated-remote/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-delegated-remote/pom.xml @@ -35,6 +35,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-com-bus-call diff --git a/modality-ecommerce/modality-ecommerce-payment-delegated-server/pom.xml b/modality-ecommerce/modality-ecommerce-payment-delegated-server/pom.xml index b60001519..6dcc187d4 100644 --- a/modality-ecommerce/modality-ecommerce-payment-delegated-server/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-delegated-server/pom.xml @@ -35,14 +35,6 @@ 0.1.0-SNAPSHOT - - dev.webfx - webfx-platform-javabase-emul-j2cl - 0.1.0-SNAPSHOT - runtime - true - - dev.webfx webfx-platform-util diff --git a/modality-ecommerce/modality-ecommerce-payment-delegated-ui/pom.xml b/modality-ecommerce/modality-ecommerce-payment-delegated-ui/pom.xml index 2488bdb53..bd2e5d339 100644 --- a/modality-ecommerce/modality-ecommerce-payment-delegated-ui/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-delegated-ui/pom.xml @@ -47,6 +47,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-ecommerce/modality-ecommerce-payment-direct-remote/pom.xml b/modality-ecommerce/modality-ecommerce-payment-direct-remote/pom.xml index 4d1d86a06..2bd387cda 100644 --- a/modality-ecommerce/modality-ecommerce-payment-direct-remote/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-direct-remote/pom.xml @@ -35,6 +35,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-com-bus-call diff --git a/modality-ecommerce/modality-ecommerce-payment-direct-server/pom.xml b/modality-ecommerce/modality-ecommerce-payment-direct-server/pom.xml index e3ac53403..a602f5555 100644 --- a/modality-ecommerce/modality-ecommerce-payment-direct-server/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-direct-server/pom.xml @@ -35,14 +35,6 @@ 0.1.0-SNAPSHOT - - dev.webfx - webfx-platform-javabase-emul-j2cl - 0.1.0-SNAPSHOT - runtime - true - - dev.webfx webfx-platform-util diff --git a/modality-ecommerce/modality-ecommerce-payment-direct-ui/pom.xml b/modality-ecommerce/modality-ecommerce-payment-direct-ui/pom.xml index 73756e859..2691afba2 100644 --- a/modality-ecommerce/modality-ecommerce-payment-direct-ui/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-direct-ui/pom.xml @@ -41,6 +41,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-ecommerce/modality-ecommerce-payment-gateway-custom-stripe-plugin/pom.xml b/modality-ecommerce/modality-ecommerce-payment-gateway-custom-stripe-plugin/pom.xml index e5597ae6c..f45593513 100644 --- a/modality-ecommerce/modality-ecommerce-payment-gateway-custom-stripe-plugin/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-gateway-custom-stripe-plugin/pom.xml @@ -41,6 +41,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-resource diff --git a/modality-ecommerce/modality-ecommerce-payment-gateway-delegated-stripe-plugin/pom.xml b/modality-ecommerce/modality-ecommerce-payment-gateway-delegated-stripe-plugin/pom.xml index 9403adca8..56d7389ce 100644 --- a/modality-ecommerce/modality-ecommerce-payment-gateway-delegated-stripe-plugin/pom.xml +++ b/modality-ecommerce/modality-ecommerce-payment-gateway-delegated-stripe-plugin/pom.xml @@ -41,6 +41,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-event/modality-event-backoffice-activity-recurringevents-plugin/pom.xml b/modality-event/modality-event-backoffice-activity-recurringevents-plugin/pom.xml index 3209249aa..570c739c4 100644 --- a/modality-event/modality-event-backoffice-activity-recurringevents-plugin/pom.xml +++ b/modality-event/modality-event-backoffice-activity-recurringevents-plugin/pom.xml @@ -21,6 +21,14 @@ provided + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-windowhistory diff --git a/modality-event/modality-event-backoffice-event-fx/pom.xml b/modality-event/modality-event-backoffice-event-fx/pom.xml index 5e94c06e7..51314da63 100644 --- a/modality-event/modality-event-backoffice-event-fx/pom.xml +++ b/modality-event/modality-event-backoffice-event-fx/pom.xml @@ -71,6 +71,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-orm-datasourcemodel-service diff --git a/modality-event/modality-event-backoffice-events-ganttcanvas-plugin/pom.xml b/modality-event/modality-event-backoffice-events-ganttcanvas-plugin/pom.xml index 3f1c8c29b..57ff5877f 100644 --- a/modality-event/modality-event-backoffice-events-ganttcanvas-plugin/pom.xml +++ b/modality-event/modality-event-backoffice-events-ganttcanvas-plugin/pom.xml @@ -95,6 +95,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-cache-client diff --git a/modality-event/modality-event-backoffice-max-plugin/pom.xml b/modality-event/modality-event-backoffice-max-plugin/pom.xml index be56e2a7f..3dd8e4558 100644 --- a/modality-event/modality-event-backoffice-max-plugin/pom.xml +++ b/modality-event/modality-event-backoffice-max-plugin/pom.xml @@ -31,6 +31,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-event/modality-event-backoffice-min-plugin/pom.xml b/modality-event/modality-event-backoffice-min-plugin/pom.xml index dbb582855..bae07d763 100644 --- a/modality-event/modality-event-backoffice-min-plugin/pom.xml +++ b/modality-event/modality-event-backoffice-min-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-event/modality-event-client-activity-eventdependent/pom.xml b/modality-event/modality-event-client-activity-eventdependent/pom.xml index 82a129b7f..46c8f4049 100644 --- a/modality-event/modality-event-client-activity-eventdependent/pom.xml +++ b/modality-event/modality-event-client-activity-eventdependent/pom.xml @@ -53,6 +53,14 @@ 1.0.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-util diff --git a/modality-event/modality-event-frontoffice-activity-booking-plugin/pom.xml b/modality-event/modality-event-frontoffice-activity-booking-plugin/pom.xml index 453c452fa..261fb8505 100644 --- a/modality-event/modality-event-frontoffice-activity-booking-plugin/pom.xml +++ b/modality-event/modality-event-frontoffice-activity-booking-plugin/pom.xml @@ -151,6 +151,14 @@ true + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-platform-os diff --git a/modality-event/modality-event-frontoffice-max-plugin/pom.xml b/modality-event/modality-event-frontoffice-max-plugin/pom.xml index 68c505481..2f74f9e2a 100644 --- a/modality-event/modality-event-frontoffice-max-plugin/pom.xml +++ b/modality-event/modality-event-frontoffice-max-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-event/modality-event-frontoffice-min-plugin/pom.xml b/modality-event/modality-event-frontoffice-min-plugin/pom.xml index be03df35d..9bb469b18 100644 --- a/modality-event/modality-event-frontoffice-min-plugin/pom.xml +++ b/modality-event/modality-event-frontoffice-min-plugin/pom.xml @@ -24,6 +24,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-hotel/modality-hotel-backoffice-max-plugin/pom.xml b/modality-hotel/modality-hotel-backoffice-max-plugin/pom.xml index aae1c6050..0baebaba5 100644 --- a/modality-hotel/modality-hotel-backoffice-max-plugin/pom.xml +++ b/modality-hotel/modality-hotel-backoffice-max-plugin/pom.xml @@ -31,6 +31,14 @@ runtime + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + \ No newline at end of file diff --git a/modality-hotel/modality-hotel-backoffice-operations-resourceconfiguration/pom.xml b/modality-hotel/modality-hotel-backoffice-operations-resourceconfiguration/pom.xml index 754da55f5..a8566493f 100644 --- a/modality-hotel/modality-hotel-backoffice-operations-resourceconfiguration/pom.xml +++ b/modality-hotel/modality-hotel-backoffice-operations-resourceconfiguration/pom.xml @@ -35,6 +35,14 @@ 0.1.0-SNAPSHOT + + dev.webfx + webfx-platform-javatime-emul-j2cl + 0.1.0-SNAPSHOT + runtime + true + + dev.webfx webfx-stack-db-submit