Skip to content

Commit

Permalink
feat: Cleanup useless artifacts and Services - Meeds-io/meeds#2537 (#46)
Browse files Browse the repository at this point in the history
This change will drop the usage of Groovy Rest Services and other related useless servcies related to WebDAV.
  • Loading branch information
boubaker authored and exo-swf committed Nov 15, 2024
1 parent e0afdd6 commit 047617e
Show file tree
Hide file tree
Showing 36 changed files with 23 additions and 2,705 deletions.
2 changes: 1 addition & 1 deletion exo.ws.rest.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<description>Implementation of REST Core for Exoplatform SAS 'Web Services' project.</description>

<properties>
<exo.test.coverage.ratio>0.73</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.72</exo.test.coverage.ratio>
</properties>

<dependencies>
Expand Down
10 changes: 1 addition & 9 deletions exo.ws.rest.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<description>Implementation of REST Extentions for Exoplatform SAS 'Web Services' project.</description>

<properties>
<exo.test.coverage.ratio>0.31</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.11</exo.test.coverage.ratio>
</properties>

<dependencies>
Expand All @@ -42,14 +42,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.xml-processing</artifactId>
</dependency>
<dependency>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.script.groovy</artifactId>
</dependency>
<dependency>
<groupId>io.meeds.ws</groupId>
<artifactId>exo.ws.commons</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 047617e

Please sign in to comment.