spring-boot-starter-shell
spring-boot-starter-shell copied to clipboard
No published artifacts from maven repo?
Hi,
I could not find the jars from maven central. Is it published to some other repositories, or am I missing something?
Cheers, Gan
I didn't find it either. Any ETA ?
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>