Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile failed #1

Open
zelangchen opened this issue Mar 31, 2019 · 1 comment · May be fixed by #2
Open

compile failed #1

zelangchen opened this issue Mar 31, 2019 · 1 comment · May be fixed by #2

Comments

@zelangchen
Copy link

Failed to execute goal on project employee-service: Could not resolve dependencies for project pl.piomin.services:employee-service:jar:1.0-SNAPSHOT: Could not find artifact com.apollographql.apollo:apollo-runtime:jar:1.0.1-SNAPSHOT in spring-snapshot (https://repo.spring.io/snapshot)

enesacikoglu pushed a commit to enesacikoglu/sample-graphql-microservices that referenced this issue Apr 21, 2019
@enesacikoglu enesacikoglu linked a pull request Apr 21, 2019 that will close this issue
@MehmetNuri
Copy link

MehmetNuri commented Jun 6, 2020

Change jcenter url to https://jcenter.bintray.com

<repositories>
		<repository>
			<id>jcenter</id>
			<name>jcenter</name>
			<url>https://jcenter.bintray.com</url>
		</repository>

</repositories>

And update the dependencies

<!-- https://mvnrepository.com/artifact/com.apollographql.apollo/apollo-runtime -->
<dependency>
    <groupId>com.apollographql.apollo</groupId>
    <artifactId>apollo-runtime</artifactId>
    <version>1.0.1</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants