File tree Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Expand file tree Collapse file tree 4 files changed +20
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group = 'com.example'
6
6
description = " GraphQL webflux security example"
7
7
sourceCompatibility = ' 1.8'
8
8
9
- ext[' spring-graphql.version' ] = version
9
+ // ext['spring-graphql.version'] = version
10
10
11
11
repositories {
12
12
mavenCentral()
@@ -20,7 +20,10 @@ dependencies {
20
20
implementation ' org.springframework.boot:spring-boot-starter-security'
21
21
implementation ' org.springframework.boot:spring-boot-starter-actuator'
22
22
developmentOnly ' org.springframework.boot:spring-boot-devtools'
23
- testImplementation project(' :spring-graphql-test' )
23
+
24
+ // testImplementation project(':spring-graphql-test')
25
+ testImplementation ' org.springframework.graphql:spring-graphql-test:1.0.0-M5'
26
+
24
27
testImplementation ' org.springframework.boot:spring-boot-starter-test'
25
28
testImplementation ' org.springframework.security:spring-security-test'
26
29
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group = 'com.example'
6
6
description = " GraphQL over WebSocket With Spring WebFlux Sample"
7
7
sourceCompatibility = ' 1.8'
8
8
9
- ext[' spring-graphql.version' ] = version
9
+ // ext['spring-graphql.version'] = version
10
10
11
11
repositories {
12
12
mavenCentral()
@@ -19,7 +19,10 @@ dependencies {
19
19
implementation ' org.springframework.boot:spring-boot-starter-webflux'
20
20
implementation ' org.springframework.boot:spring-boot-starter-actuator'
21
21
developmentOnly ' org.springframework.boot:spring-boot-devtools'
22
- testImplementation project(' :spring-graphql-test' )
22
+
23
+ // testImplementation project(':spring-graphql-test')
24
+ testImplementation ' org.springframework.graphql:spring-graphql-test:1.0.0-M5'
25
+
23
26
testImplementation ' org.springframework.boot:spring-boot-starter-test'
24
27
testImplementation ' io.projectreactor:reactor-test'
25
28
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group = 'com.example'
6
6
description = " Secure GraphQL over HTTP with Spring MVC Sample"
7
7
sourceCompatibility = ' 1.8'
8
8
9
- ext[' spring-graphql.version' ] = version
9
+ // ext['spring-graphql.version'] = version
10
10
11
11
repositories {
12
12
mavenCentral()
@@ -20,7 +20,10 @@ dependencies {
20
20
implementation ' org.springframework.boot:spring-boot-starter-security'
21
21
implementation ' org.springframework.boot:spring-boot-starter-actuator'
22
22
developmentOnly ' org.springframework.boot:spring-boot-devtools'
23
- testImplementation project(' :spring-graphql-test' )
23
+
24
+ // testImplementation project(':spring-graphql-test')
25
+ testImplementation ' org.springframework.graphql:spring-graphql-test:1.0.0-M5'
26
+
24
27
testImplementation ' org.springframework:spring-webflux'
25
28
testImplementation ' org.springframework.boot:spring-boot-starter-test'
26
29
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ group = 'com.example'
6
6
description = " GraphQL over HTTP with Spring MVC Sample"
7
7
sourceCompatibility = ' 1.8'
8
8
9
- ext[' spring-graphql.version' ] = version
9
+ // ext['spring-graphql.version'] = version
10
10
11
11
repositories {
12
12
mavenCentral()
@@ -24,7 +24,10 @@ dependencies {
24
24
implementation ' com.querydsl:querydsl-jpa'
25
25
developmentOnly ' org.springframework.boot:spring-boot-devtools'
26
26
runtimeOnly ' com.h2database:h2'
27
- testImplementation project(' :spring-graphql-test' )
27
+
28
+ // testImplementation project(':spring-graphql-test')
29
+ testImplementation ' org.springframework.graphql:spring-graphql-test:1.0.0-M5'
30
+
28
31
testImplementation ' org.springframework:spring-webflux'
29
32
testImplementation ' org.springframework.boot:spring-boot-starter-test'
30
33
You can’t perform that action at this time.
0 commit comments