mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-12 04:51:11 +00:00
Remove unavailable spring-boot-starter-restclient dependency
This commit is contained in:
parent
d42bdcbdfe
commit
8c3443a12f
10 changed files with 116 additions and 62 deletions
4
.github/workflows/ci-petclinic-eks.yaml
vendored
4
.github/workflows/ci-petclinic-eks.yaml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
4
.github/workflows/ci-petclinic-gke.yaml
vendored
4
.github/workflows/ci-petclinic-gke.yaml
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue