Skip to content

Commit

Permalink
fix(builds): Add spring data rest dependency to fix build. (spinnaker…
Browse files Browse the repository at this point in the history
…#375)

Spring bootRun plugin used to do some magic to inherit this dependency.
  • Loading branch information
stewchen authored Oct 25, 2018
1 parent bcc1b5f commit ccdff9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
*/

buildscript {
ext {
springBootVersion = "1.5.10.RELEASE"
}
repositories {
jcenter()
maven { url 'http://spinnaker.bintray.com/gradle/' }
Expand Down
1 change: 1 addition & 0 deletions echo-web/echo-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies {
compile spinnaker.dependency('bootWeb')
compile spinnaker.dependency('jacksonDatabind')
compile spinnaker.dependency('spectatorApi')
compile "org.springframework.data:spring-data-rest-webmvc:2.6.10.RELEASE"
testCompile spinnaker.dependency('spockSpring')
testCompile spinnaker.dependency('springTest')
}
Expand Down

0 comments on commit ccdff9f

Please sign in to comment.