Skip to content

Commit

Permalink
[PRMT-3486] Fix build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
joefong-nhs committed Jul 21, 2023
1 parent 2094d5c commit ceb21a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,12 @@ repositories {
mavenCentral()
}

ext {
set('springCloudVersion', "2022.0.3")
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-integration'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.cloud:spring-cloud-starter'
implementation 'org.springframework.integration:spring-integration-jpa'
implementation platform('software.amazon.awssdk:bom:2.18.41')
implementation 'software.amazon.awssdk:ssm'
Expand Down

0 comments on commit ceb21a1

Please sign in to comment.