Skip to content

Commit

Permalink
Add back JSON module. Fiat now boots up.
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyom authored and robzienert committed Mar 27, 2019
1 parent b256f87 commit 6c09171
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ subprojects { project ->
dependencies {
spinnaker.group('test')

runtime("org.springframework.boot:spring-boot-properties-migrator:${spinnaker.version("springBoot")}") {
exclude group: "com.vaadin.external.google", module: 'android-json'
}
runtime("org.springframework.boot:spring-boot-properties-migrator:${spinnaker.version("springBoot")}")

testCompile spinnaker.dependency('groovy')
}
Expand Down

0 comments on commit 6c09171

Please sign in to comment.