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 (#5)

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 authored Sep 15, 2023
1 parent 9b440e1 commit d65cdf1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<org.artofsolving.jodconverter.version>3.0-eXo03</org.artofsolving.jodconverter.version>
<org.icepdf.version>5.1.1</org.icepdf.version>
<org.jboss.jboss-commons.version>2.2.22.GA</org.jboss.jboss-commons.version>
<org.juzu.version>1.2.0</org.juzu.version>
<org.powermock.version>2.0.9</org.powermock.version>
<version.concurrent>1.3.4</version.concurrent>
<version.htmlparser>2.1</version.htmlparser>
Expand Down Expand Up @@ -209,6 +210,41 @@
<artifactId>jboss-rmi-api_1.0_spec</artifactId>
<version>${javax.rmi.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-core</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-portlet</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-less</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-upload</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-less4j</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-validation</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-webjars</artifactId>
<version>${org.juzu.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
Expand Down

0 comments on commit d65cdf1

Please sign in to comment.