Remove unecessary thin plugin execution and tidy up dependencies
Fixes #109
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
springBootVersion = '1.5.10.RELEASE'
|
||||||
wrapperVersion = '1.0.9.RELEASE'
|
wrapperVersion = '1.0.9.RELEASE'
|
||||||
shadowVersion = '2.0.1'
|
shadowVersion = '2.0.1'
|
||||||
}
|
}
|
||||||
@@ -15,8 +15,6 @@ buildscript {
|
|||||||
classpath "com.github.jengelman.gradle.plugins:shadow:${shadowVersion}"
|
classpath "com.github.jengelman.gradle.plugins:shadow:${shadowVersion}"
|
||||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||||
// Remove this when Boot 1.5.10 is out.
|
|
||||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,7 +64,7 @@ configurations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.springframework.cloud:spring-cloud-function-web:${springCloudFunctionVersion}")
|
compile("org.springframework.cloud:spring-cloud-starter-function-web:${springCloudFunctionVersion}")
|
||||||
compile("org.springframework.cloud:spring-cloud-function-adapter-aws:${springCloudFunctionVersion}")
|
compile("org.springframework.cloud:spring-cloud-function-adapter-aws:${springCloudFunctionVersion}")
|
||||||
compileOnly("com.amazonaws:aws-lambda-java-events:${awsLambdaEventsVersion}")
|
compileOnly("com.amazonaws:aws-lambda-java-events:${awsLambdaEventsVersion}")
|
||||||
compileOnly("com.amazonaws:aws-lambda-java-core:${awsLambdaCoreVersion}")
|
compileOnly("com.amazonaws:aws-lambda-java-core:${awsLambdaCoreVersion}")
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
springBootVersion = '1.5.10.RELEASE'
|
||||||
wrapperVersion = '1.0.9.RELEASE'
|
wrapperVersion = '1.0.9.RELEASE'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@@ -12,8 +12,6 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||||
// Remove this when Boot 1.5.10 is out.
|
|
||||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,7 +45,7 @@ dependencyManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile('org.springframework.cloud:spring-cloud-function-web')
|
compile('org.springframework.cloud:spring-cloud-starter-function-web')
|
||||||
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ dependencyManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile('org.springframework.cloud:spring-cloud-function-web')
|
compile('org.springframework.cloud:spring-cloud-starter-function-web')
|
||||||
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
springBootVersion = '1.5.10.RELEASE'
|
||||||
wrapperVersion = '1.0.9.RELEASE'
|
wrapperVersion = '1.0.9.RELEASE'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@@ -12,8 +12,6 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||||
// Remove this when Boot 1.5.10 is out.
|
|
||||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,7 +45,7 @@ dependencyManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile('org.springframework.cloud:spring-cloud-function-web')
|
compile('org.springframework.cloud:spring-cloud-starter-function-web')
|
||||||
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
springBootVersion = '1.5.10.RELEASE'
|
||||||
wrapperVersion = '1.0.9.RELEASE'
|
wrapperVersion = '1.0.9.RELEASE'
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
@@ -12,8 +12,6 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||||
// Remove this when Boot 1.5.10 is out.
|
|
||||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -47,7 +45,7 @@ dependencyManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile('org.springframework.cloud:spring-cloud-function-web')
|
compile('org.springframework.cloud:spring-cloud-starter-function-web')
|
||||||
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
compile('org.springframework.cloud:spring-cloud-function-compiler')
|
||||||
testCompile('org.springframework.boot:spring-boot-starter-test')
|
testCompile('org.springframework.boot:spring-boot-starter-test')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user