Skip to content

Commit

Permalink
fix(misc): Add config server dependency (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
srekapalli authored Sep 19, 2020
1 parent 9e10a07 commit e129598
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion igor-web/igor-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
testAnnotationProcessor platform("com.netflix.spinnaker.kork:kork-bom:$korkVersion")
testAnnotationProcessor "org.projectlombok:lombok"

implementation "org.springframework.boot:spring-boot-properties-migrator"
runtimeOnly "org.springframework.boot:spring-boot-properties-migrator"
implementation "org.springframework.boot:spring-boot-starter-actuator"
implementation "org.springframework.boot:spring-boot-starter-web"

Expand Down Expand Up @@ -65,12 +65,15 @@ dependencies {
implementation "org.springframework.security:spring-security-core"
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework.cloud:spring-cloud-context"
implementation "org.springframework.cloud:spring-cloud-config-server"

implementation "com.amazonaws:aws-java-sdk"
implementation "com.google.apis:google-api-services-cloudbuild"
implementation "com.google.apis:google-api-services-storage"
implementation 'com.google.auth:google-auth-library-oauth2-http'
implementation "com.netflix.spinnaker.kork:kork-config"
implementation "com.netflix.spinnaker.kork:kork-cloud-config-server"
implementation "com.netflix.spinnaker.kork:kork-artifacts"
implementation "com.netflix.spinnaker.kork:kork-web"
implementation "com.netflix.spinnaker.kork:kork-jedis"
Expand Down

0 comments on commit e129598

Please sign in to comment.