Skip to content

Commit

Permalink
fix(libs): move properties migrator to runtimeOnly of web (#1338)
Browse files Browse the repository at this point in the history
This doesn't need to be on every classpath, it happens at runtime during app startup

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
cfieber and mergify[bot] committed Sep 14, 2020
1 parent 1d652d0 commit 3936725
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Expand Up @@ -37,8 +37,6 @@ allprojects {
implementation "org.codehaus.groovy:groovy-all"
implementation "net.logstash.logback:logstash-logback-encoder"
implementation "org.jetbrains.kotlin:kotlin-reflect"
runtimeOnly "org.springframework.boot:spring-boot-properties-migrator"
testRuntime "org.springframework.boot:spring-boot-properties-migrator"

testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-spring"
Expand Down
1 change: 1 addition & 0 deletions gate-web/gate-web.gradle
Expand Up @@ -58,6 +58,7 @@ dependencies {
implementation "io.springfox:springfox-swagger2"

runtimeOnly "com.netflix.spinnaker.kork:kork-runtime"
runtimeOnly "org.springframework.boot:spring-boot-properties-migrator"

testImplementation "com.graphql-java-kickstart:graphql-spring-boot-starter-test:7.0.1"

Expand Down

0 comments on commit 3936725

Please sign in to comment.