Skip to content

Commit

Permalink
feat: Upgrade Service to Spring - MEED-6830 - Meeds-io/MIPs#132
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 Jul 11, 2024
1 parent c7f688e commit ed46280
Show file tree
Hide file tree
Showing 65 changed files with 901 additions and 2,364 deletions.
6 changes: 5 additions & 1 deletion gamification-github-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@
<exo.test.coverage.ratio>0.24</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>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ed46280

Please sign in to comment.