We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
se.callista.microservises:util:0.0.1-SNAPSHOT
I built it from the repo of java microservice blog series.
diff --git a/support/edge-server/build.gradle b/support/edge-server/build.gradle index fdf0e12..af6f1fb 100644 --- a/support/edge-server/build.gradle +++ b/support/edge-server/build.gradle @@ -49,7 +49,8 @@ dependencies { // compile("org.springframework.cloud:spring-cloud-starter-oauth2") // compile("org.springframework.cloud:spring-cloud-starter-security") - compile("se.callista.microservises:util:0.0.1-SNAPSHOT") + // compile("se.callista.microservises:util:0.0.1-SNAPSHOT") + compile files('libs/util-0.0.1-SNAPSHOT.jar') testCompile('org.springframework.boot:spring-boot-starter-test') }
The text was updated successfully, but these errors were encountered:
How did you solve this issue?
Sorry, something went wrong.
No branches or pull requests
I built it from the repo of java microservice blog series.
The text was updated successfully, but these errors were encountered: