build : GraphQL Kotlin Spring Server 의존성 추가

This commit is contained in:
banjjoknim
2022-08-02 11:08:57 +09:00
parent 35865696ed
commit 0543c82018
2 changed files with 3 additions and 0 deletions

View File

@@ -2,3 +2,4 @@
- [Getting Started](https://opensource.expediagroup.com/graphql-kotlin/docs/)
- [Spring Server Overview](https://opensource.expediagroup.com/graphql-kotlin/docs/server/spring-server/spring-overview/)
- [MVN Repository - GraphQL Kotlin Spring Server](https://mvnrepository.com/artifact/com.expediagroup/graphql-kotlin-spring-server)

View File

@@ -24,6 +24,8 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
implementation("com.expediagroup", "graphql-kotlin-spring-server", "6.0.0")
}
tasks.withType<KotlinCompile> {