Skip to content

Commit

Permalink
Update project meeds dependencies (#113)
Browse files Browse the repository at this point in the history
* Update Meeds Artifact

* Update addons-exo-parent-pom to 18-M04
  • Loading branch information
halaya authored Jul 2, 2024
1 parent 0c546b1 commit ea0b7aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions agenda-connectors-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-service</artifactId>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -75,31 +75,31 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.identity</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.portal</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-testing</artifactId>
<scope>test</scope>
<exclusions>
Expand Down
2 changes: 1 addition & 1 deletion agenda-connectors-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>eXo Agenda Connectors - Application</name>
<dependencies>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>addons-exo-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>18-M03</version>
<version>18-M04</version>
</parent>
<groupId>org.exoplatform.addons.agenda-connectors</groupId>
<artifactId>agenda-connectors-parent</artifactId>
Expand Down

0 comments on commit ea0b7aa

Please sign in to comment.