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

Could not find org.mvnsearch.spring.boot:spring-boot-starter-shell:1.0.0-SNAPSHOT. #4

Open
arjuneyy opened this issue Mar 31, 2017 · 1 comment

Comments

@arjuneyy
Copy link

Hi,

I'm trying to use the spring-boot-starter-shell dependency but I encounter an error when refreshing my gradle dependencies:

What went wrong:
Could not resolve all dependencies for configuration 'detachedConfiguration5'.
Could not find org.mvnsearch.spring.boot:spring-boot-starter-shell:1.0.0-SNAPSHOT.
Searched in the following locations:
https://repo1.maven.org/maven2/org/mvnsearch/spring/boot/spring-boot-starter-shell/1.0.0-SNAPSHOT/maven-metadata.xml
https://repo1.maven.org/maven2/org/mvnsearch/spring/boot/spring-boot-starter-shell/1.0.0-SNAPSHOT/spring-boot-starter-shell-1.0.0-SNAPSHOT.pom
https://repo1.maven.org/maven2/org/mvnsearch/spring/boot/spring-boot-starter-shell/1.0.0-SNAPSHOT/spring-boot-starter-shell-1.0.0-SNAPSHOT.jar
`

@pehulja
Copy link

pehulja commented Sep 13, 2017

You should add this repos

		<repository>
			<id>mvnsearch_nexus</id>
			<name>mvnsearch nexus Releases</name>
			<url>http://nexus.mvnsearch.org/content/repositories/releases/</url>
		</repository>
		<repository>
			<id>mvnsearch_nexus_snapshots</id>
			<name>mvnsearch nexus Snapshots</name>
			<url>http://nexus.mvnsearch.org/content/repositories/snapshots/</url>
		</repository>

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

No branches or pull requests

2 participants