Skip to content

Commit

Permalink
fix(rest-client): migrate scope to jakarta package due to quarkus 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed May 2, 2023
1 parent f442033 commit 2001ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ quarkus:
read-timeout: 120000
meta-graph-api:
url: ${META_GRAPH_API_BASE_URI}
scope: javax.inject.Singleton
scope: jakarta.inject.Singleton
viber-api:
url: ${VIBER_API_BASE_URI}
scope: javax.inject.Singleton
scope: jakarta.inject.Singleton
oidc:
auth-server-url: ${OIDC_AUTH_URL:https://localhost:8543/realms/quarkus}
client-id: ${OIDC_CLIENT_ID:backend-api}
Expand Down

0 comments on commit 2001ee2

Please sign in to comment.