linux-china / spring-boot-starter-shell

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

No published artifacts from maven repo? #1

Open gdong42 opened 7 years ago

gdong42 commented 7 years ago

Hi,

I could not find the jars from maven central. Is it published to some other repositories, or am I missing something?

Cheers, Gan

cerebrotecnologico commented 7 years ago

I didn't find it either. Any ETA ?

pehulja commented 7 years ago

You should add this repos into your pom

        <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>