Remove unavailable spring-boot-starter-restclient dependency

This commit is contained in:
MIN KYU LEE 2025-12-23 01:25:08 +09:00
parent d42bdcbdfe
commit 8c3443a12f
10 changed files with 116 additions and 62 deletions

View file

@ -29,7 +29,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
java-version: "21"
cache: maven
- name: Maven build & test
@ -61,7 +61,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
java-version: "21"
cache: maven
- name: Configure AWS credentials (OIDC)

View file

@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
java-version: "21"
cache: maven
- name: Maven build & test
@ -63,7 +63,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "25"
java-version: "21"
cache: maven
- name: Authenticate to Google Cloud (WIF)