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

springfox-boot-starter version v3.0.0-SNAPSHOT unavailable in remote repository #56

Open
zee-bit opened this issue Oct 13, 2022 · 0 comments · May be fixed by #57
Open

springfox-boot-starter version v3.0.0-SNAPSHOT unavailable in remote repository #56

zee-bit opened this issue Oct 13, 2022 · 0 comments · May be fixed by #57

Comments

@zee-bit
Copy link

zee-bit commented Oct 13, 2022

The spring-boot-2-rest-service-with-swagger has a dependency error in pom.xml, where several IDE report of missing artifact io.springfox:springfox-boot-starter:jar:3.0.0-SNAPSHOT, and the project cannot not be built. The exact error on running mvn clean compile is:

[ERROR] Failed to execute goal on project spring-boot-2-rest-service-swagger: Could not resolve dependencies for project com.in28minutes.springboot.rest.example:spring-boot-2-rest-service-swagger:jar:0.0.1-SNAPSHOT: Failure to find io.springfox:springfox-boot-starter:jar:3.0.0-SNAPSHOT in https://repo.spring.io/snapshot was cached in the local repository, resolution will not be reattempted until the update interval of spring-snapshots has elapsed or updates are forced

The maven repository for springfox-boot-starter, shows the latest version to be 3.0.0. Using this version in the pom.xml file resolves the error and the build completes successfully.

@zee-bit zee-bit linked a pull request Oct 13, 2022 that will close this issue
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.

1 participant