mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
Remove manual graphql-java-core update
This commit is contained in:
@@ -56,7 +56,6 @@ jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations
|
||||
# GraphQL
|
||||
graphql-kotlin-server = { module = "com.expediagroup:graphql-kotlin-server", version.ref = "graphqlkotlin" }
|
||||
graphql-kotlin-scheme = { module = "com.expediagroup:graphql-kotlin-schema-generator", version.ref = "graphqlkotlin" }
|
||||
graphql-java-core = "com.graphql-java:graphql-java:22.4" # Major version locked by graphql-kotlin
|
||||
graphql-java-scalars = "com.graphql-java:graphql-java-extended-scalars:22.0"
|
||||
|
||||
# Exposed ORM
|
||||
|
||||
@@ -43,7 +43,6 @@ dependencies {
|
||||
// GraphQL
|
||||
implementation(libs.graphql.kotlin.server)
|
||||
implementation(libs.graphql.kotlin.scheme)
|
||||
implementation(libs.graphql.java.core)
|
||||
implementation(libs.graphql.java.scalars)
|
||||
|
||||
// Exposed ORM
|
||||
|
||||
Reference in New Issue
Block a user