linux-china / spring-boot-starter-shell

Spring Shell with Spring Boot Driven
17 stars 9 forks source link

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

Open arjuneyy opened 7 years ago

arjuneyy commented 7 years ago

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 commented 6 years ago

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>