spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.53k stars 305 forks source link

Could not find artifact `org.springframework.experimental:graphql-spring-boot-starter:jar:1.0.0-SNAPSHOT` #213

Closed ak-seyam closed 2 years ago

ak-seyam commented 2 years ago

Hi, when I get the package it results

> ./mvnw clean install
Could not find artifact org.springframework.experimental:graphql-spring-boot-starter:jar:1.0.0-SNAPSHOT

Note: Other packages download as expected

What is the problem? thanks in advance

bclozel commented 2 years ago

Does your build file references the snapshot artifacts repository? If it is, could you share a sample application showing the problem?

ak-seyam commented 2 years ago

Yes that's it thanks