Remove spring-graphql-core module
Move its contents into the spring-graphql module.
This commit is contained in:
@@ -24,7 +24,6 @@ dependencyManagement {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(':spring-graphql-core')
|
||||
api project(':spring-graphql')
|
||||
api 'com.graphql-java:graphql-java:16.2'
|
||||
api 'io.projectreactor:reactor-core'
|
||||
|
||||
@@ -37,7 +37,7 @@ import org.springframework.context.annotation.Bean;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.core.io.Resource;
|
||||
import org.springframework.core.io.ResourceLoader;
|
||||
import org.springframework.graphql.core.ReactorDataFetcherAdapter;
|
||||
import org.springframework.graphql.data.ReactorDataFetcherAdapter;
|
||||
|
||||
@Configuration
|
||||
@ConditionalOnClass(GraphQL.class)
|
||||
|
||||
Reference in New Issue
Block a user