storm-jms
storm-jms copied to clipboard
mvn clean install ERROR
[ERROR] Failed to execute goal on project storm-jms: Could not resolve dependencies for project com.github.ptgoetz:storm-jms:jar:0.8.2-SNAPSHOT: Could not find artifact storm:storm:jar:0.8.1 in central (http://repo1.maven.org/maven2) -> [Help 1]
hi , i am also facing same issue , do need to change something in examples/pom.xml ?
try
<repositories>
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
</repositories>