Skip to content

Commit

Permalink
feat: Upgrade Service to Spring - MEED-6830 - Meeds-io/MIPs#132 (#186)
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 eea4701 commit 1975497
Show file tree
Hide file tree
Showing 75 changed files with 1,914 additions and 2,361 deletions.
8 changes: 6 additions & 2 deletions gamification-github-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@
<packaging>jar</packaging>
<name>Gamification - Github Connector - Services</name>
<properties>
<exo.test.coverage.ratio>0.24</exo.test.coverage.ratio>
<exo.test.coverage.ratio>0.30</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 1975497

Please sign in to comment.