Hey folks, tried to upgrade from "com.expediagroupgraphql kotlin spring server3.6.5" to "com.expediagroupgraphql kotlin spring server3.7.0"
I don't include any other "com.expediagroup:graphql-*" dependencies
Getting this error:
Copy code
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.apollographql.federation:federation-graphql-java-support:0.5.0.
Required by:
project : > com.expediagroup:graphql-kotlin-spring-server:3.7.0
project : > com.expediagroup:graphql-kotlin-spring-server:3.7.0 > com.expediagroup:graphql-kotlin-federation:3.7.0
d
Dariusz Kuc
01/30/2021, 2:29 PM
I believe Apollo only publishes to jcenter so you might need to add that to your list of repos
Dariusz Kuc
01/30/2021, 2:31 PM
We'll try to mitigate it in 4.0 by potentially using shade plugin