Skip to content

Commit

Permalink
feat: Update Moved Artifact Dependencies from Meeds - Meeds-io/meeds#…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Nov 14, 2024
1 parent 12b8615 commit 513352d
Show file tree
Hide file tree
Showing 12 changed files with 625 additions and 37 deletions.
5 changes: 0 additions & 5 deletions core/connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@
<groupId>com.rometools</groupId>
<artifactId>rome</artifactId>
</dependency>
<dependency>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.organization.api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions core/core-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
<artifactId>commons-component-common</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.organization.api</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.ecms</groupId>
<artifactId>ecms-core-connector</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions core/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<rest.api.doc.version>1.0</rest.api.doc.version>
<rest.api.doc.description>All used ecms rest endpoints</rest.api.doc.description>

<exo.test.coverage.ratio>0.36</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.35</exo.test.coverage.ratio>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@
<artifactId>exo.kernel.component.cache</artifactId>
</dependency>
<dependency>
<groupId>io.meeds.kernel</groupId>
<groupId>org.exoplatform.commons-exo</groupId>
<artifactId>exo.kernel.component.command</artifactId>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 513352d

Please sign in to comment.