Hey folks, tried to upgrade from "com.expediagroup...
# graphql-kotlin
r
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
I believe Apollo only publishes to jcenter so you might need to add that to your list of repos
We'll try to mitigate it in 4.0 by potentially using shade plugin
👍 1
@Shane Myrick
r
that did the trick, thx
s