From 548aa621f39dd5714b156d79b572542b0d1c278e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Tue, 12 Sep 2023 14:40:38 +0200 Subject: [PATCH] feat : Move deprecated juzu dependencies from meeds-io to exo - EXO-66190 - meeds-io/MIPs#79 Juzu dependency is deprecated in meeds. We still need it for chat, rh-management and customer space. We move it in eXo side waiting the refactor of these components. --- .../assemblies/standalone-client-packaging.xml | 16 ++++++++++++++++ server-standalone/pom.xml | 2 +- services/pom.xml | 12 ++++++++---- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/packaging/standalone-client-packaging/src/main/assemblies/standalone-client-packaging.xml b/packaging/standalone-client-packaging/src/main/assemblies/standalone-client-packaging.xml index 5a0a5871f3..1ad7c02aec 100644 --- a/packaging/standalone-client-packaging/src/main/assemblies/standalone-client-packaging.xml +++ b/packaging/standalone-client-packaging/src/main/assemblies/standalone-client-packaging.xml @@ -53,6 +53,22 @@ ${artifact.artifactId}.${artifact.extension} false + + ${file.separator} + + org.exoplatform.commons-exo:commons-juzu:jar + org.juzu:*:jar + aopalliance:aopalliance:jar + com.google.inject:guice:jar + org.hibernate:hibernate-validator:jar + org.mozilla:rhino:jar + javax.validation:validation-api:jar + org.webjars:webjars-locator:jar + + + ${artifact.artifactId}.${artifact.extension} + false + diff --git a/server-standalone/pom.xml b/server-standalone/pom.xml index 5b51c79e45..b00e1164f2 100644 --- a/server-standalone/pom.xml +++ b/server-standalone/pom.xml @@ -49,7 +49,7 @@ portlet-api - org.exoplatform.commons + org.exoplatform.commons-exo commons-juzu diff --git a/services/pom.xml b/services/pom.xml index 8c80f1d05c..ec7fb5f1ba 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -99,10 +99,14 @@ javax.servlet-api provided - - org.exoplatform.social - social-component-notification - + + org.exoplatform.social + social-component-notification + + + org.exoplatform.commons-exo + commons-juzu + io.swagger.core.v3