Pin version to 1.0.0-M5 in samples
This is necessary until Boot catches up with spring-graphql snapshots.
This commit is contained in:
@@ -6,7 +6,7 @@ group = 'com.example'
|
||||
description = "GraphQL webflux security example"
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
ext['spring-graphql.version'] = version
|
||||
// ext['spring-graphql.version'] = version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -20,7 +20,10 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
testImplementation project(':spring-graphql-test')
|
||||
|
||||
// testImplementation project(':spring-graphql-test')
|
||||
testImplementation 'org.springframework.graphql:spring-graphql-test:1.0.0-M5'
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ group = 'com.example'
|
||||
description = "GraphQL over WebSocket With Spring WebFlux Sample"
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
ext['spring-graphql.version'] = version
|
||||
// ext['spring-graphql.version'] = version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -19,7 +19,10 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
testImplementation project(':spring-graphql-test')
|
||||
|
||||
// testImplementation project(':spring-graphql-test')
|
||||
testImplementation 'org.springframework.graphql:spring-graphql-test:1.0.0-M5'
|
||||
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
testImplementation 'io.projectreactor:reactor-test'
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ group = 'com.example'
|
||||
description = "Secure GraphQL over HTTP with Spring MVC Sample"
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
ext['spring-graphql.version'] = version
|
||||
// ext['spring-graphql.version'] = version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -20,7 +20,10 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
testImplementation project(':spring-graphql-test')
|
||||
|
||||
// testImplementation project(':spring-graphql-test')
|
||||
testImplementation 'org.springframework.graphql:spring-graphql-test:1.0.0-M5'
|
||||
|
||||
testImplementation 'org.springframework:spring-webflux'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ group = 'com.example'
|
||||
description = "GraphQL over HTTP with Spring MVC Sample"
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
ext['spring-graphql.version'] = version
|
||||
// ext['spring-graphql.version'] = version
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@@ -24,7 +24,10 @@ dependencies {
|
||||
implementation 'com.querydsl:querydsl-jpa'
|
||||
developmentOnly 'org.springframework.boot:spring-boot-devtools'
|
||||
runtimeOnly 'com.h2database:h2'
|
||||
testImplementation project(':spring-graphql-test')
|
||||
|
||||
// testImplementation project(':spring-graphql-test')
|
||||
testImplementation 'org.springframework.graphql:spring-graphql-test:1.0.0-M5'
|
||||
|
||||
testImplementation 'org.springframework:spring-webflux'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user