Skip to content

Commit

Permalink
Use spring-cloud-function-dependencies in time-spel-log
Browse files Browse the repository at this point in the history
This replaces the use of `spring-cloud-dependencies` in time-spel-log
with `spring-cloud-function-dependencies` in order to:

- narrow dependencies to only what the sample needs

- pick up spring-cloud/spring-cloud-function#1224 which will be
  released earlier than Spring Cloud `2024.0.1` in Spring Cloud Function
  `4.2.1`

Signed-off-by: Chris Bono <[email protected]>
  • Loading branch information
onobc committed Jan 17, 2025
1 parent 3ebce88 commit 70582d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/time-spel-log/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ repositories {
}

ext {
springCloudVersion = '2024.0.1-SNAPSHOT'
springCloudFunctionVersion = '4.2.1-SNAPSHOT'
springFunctionsCatalogVersion = '5.1.0-SNAPSHOT'
}

dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:$springCloudVersion"
mavenBom "org.springframework.cloud:spring-cloud-function-dependencies:$springCloudFunctionVersion"
mavenBom "org.springframework.cloud.fn:spring-functions-catalog-bom:$springFunctionsCatalogVersion"
}
}
Expand Down

0 comments on commit 70582d1

Please sign in to comment.