Skip to content

Commit

Permalink
Update project meeds dependencies (#55)
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 c078973 commit e8b9f10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dlp-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions dlp-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,25 @@
</dependency>

<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</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>

<!-- Test -->
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-service</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion dlp-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>eXo Data Leak Prevention - 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.dlp</groupId>
<artifactId>dlp-parent</artifactId>
Expand Down

0 comments on commit e8b9f10

Please sign in to comment.