Skip to content

Commit

Permalink
feat : Move deprecated juzu dependencies from meeds-io to exo - EXO-6…
Browse files Browse the repository at this point in the history
…6190 - 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.
  • Loading branch information
rdenarie committed Sep 14, 2023
1 parent e94a50c commit 548aa62
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,22 @@
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<useProjectArtifact>false</useProjectArtifact>
</dependencySet>
<dependencySet>
<outputDirectory>${file.separator}</outputDirectory>
<includes>
<include>org.exoplatform.commons-exo:commons-juzu:jar</include>
<include>org.juzu:*:jar</include>
<include>aopalliance:aopalliance:jar</include>
<include>com.google.inject:guice:jar</include>
<include>org.hibernate:hibernate-validator:jar</include>
<include>org.mozilla:rhino:jar</include>
<include>javax.validation:validation-api:jar</include>
<include>org.webjars:webjars-locator:jar</include>

</includes>
<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
<useProjectArtifact>false</useProjectArtifact>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
Expand Down
2 changes: 1 addition & 1 deletion server-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<artifactId>portlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-juzu</artifactId>
<exclusions>
<exclusion>
Expand Down
12 changes: 8 additions & 4 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,14 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-notification</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<artifactId>social-component-notification</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>commons-juzu</artifactId>
</dependency>
<!-- swagger -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand Down

0 comments on commit 548aa62

Please sign in to comment.