Merge branch '2.0.x'

This commit is contained in:
Andy Wilkinson
2018-09-27 06:59:37 -04:00
10 changed files with 17 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ apply plugin: 'io.spring.dependency-management'
// tag::dependencies[]
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
}
// end::dependencies[]

View File

@@ -12,7 +12,7 @@ repositories {
}
dependencies {
runtime 'org.jruby:jruby-complete:1.7.25'
runtimeOnly 'org.jruby:jruby-complete:1.7.25'
}
bootJar {

View File

@@ -13,7 +13,7 @@ apply plugin: 'io.spring.dependency-management'
// tag::dependencies[]
dependencies {
compile 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-web'
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
}
// end::dependencies[]