Skip to content

Commit

Permalink
feat: Update wallet service dependency - MEED-7455 - Meeds-io/MIP#154 (
Browse files Browse the repository at this point in the history
…#65)

Update wallet service packaging.
  • Loading branch information
AzmiTouil authored Oct 9, 2024
1 parent 9146b9d commit 07f4bb4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import jakarta.annotation.PostConstruct;

import jakarta.annotation.PreDestroy;
import org.exoplatform.wallet.service.WalletAccountService;
import org.exoplatform.wallet.model.Wallet;
import io.meeds.wallet.service.WalletAccountService;
import io.meeds.wallet.model.Wallet;
import io.meeds.gamification.model.EventDTO;
import io.meeds.gamification.service.EventService;
import org.apache.commons.collections.CollectionUtils;
Expand Down

0 comments on commit 07f4bb4

Please sign in to comment.