Skip to content

Commit

Permalink
feat: Upgrade Service to Spring - MEED-6830 - Meeds-io/MIPs#132 (#77)
Browse files Browse the repository at this point in the history
This change will upgrade services to use spring instead of Kernel & WS.
  • Loading branch information
AzmiTouil committed Aug 16, 2024
1 parent 2273fd4 commit 6284fdf
Show file tree
Hide file tree
Showing 74 changed files with 2,382 additions and 2,263 deletions.
5 changes: 1 addition & 4 deletions gamification-twitter-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,20 @@
<packaging>jar</packaging>
<name>Meeds:: Gamification Twitter - Service</name>
<properties>
<exo.test.coverage.ratio>0.36</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.38</exo.test.coverage.ratio>
</properties>
<dependencies>
<dependency>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-oauth-auth</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.meeds.gamification</groupId>
<artifactId>gamification-services</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test -->
<dependency>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6284fdf

Please sign in to comment.