You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running "play deps" for resolving dependencies, I get this message:
~ *****************************************************************************
~ WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),
~
~ se.scalablesolutions.akka->akka-amqp 1.1.2
~ org.elasticsearch->elasticsearch 0.17.6
~ *****************************************************************************
With verbose:
:: problems summary ::
:::: WARNINGS
module not found: org.elasticsearch#elasticsearch;0.17.6
==== mavenCentral: tried
http://repo1.maven.org/maven2/org/elasticsearch/elasticsearch/0.17.6/elasticsearch-0.17.6.pom
-- artifact org.elasticsearch#elasticsearch;0.17.6!elasticsearch.jar:
http://repo1.maven.org/maven2/org/elasticsearch/elasticsearch/0.17.6/elasticsearch-0.17.6.jar
module not found: se.scalablesolutions.akka#akka-amqp;1.1.2
==== mavenCentral: tried
http://repo1.maven.org/maven2/se/scalablesolutions/akka/akka-amqp/1.1.2/akka-amqp-1.1.2.pom
-- artifact se.scalablesolutions.akka#akka-amqp;1.1.2!akka-amqp.jar:
http://repo1.maven.org/maven2/se/scalablesolutions/akka/akka-amqp/1.1.2/akka-amqp-1.1.2.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: org.elasticsearch#elasticsearch;0.17.6: not found
:: se.scalablesolutions.akka#akka-amqp;1.1.2: not found
::::::::::::::::::::::::::::::::::::::::::::::
The text was updated successfully, but these errors were encountered:
When running "play deps" for resolving dependencies, I get this message:
~ *****************************************************************************
~ WARNING: These dependencies are missing, your application may not work properly (use --verbose for details),
~
~ se.scalablesolutions.akka->akka-amqp 1.1.2
~ org.elasticsearch->elasticsearch 0.17.6
~ *****************************************************************************
With verbose:
:: problems summary ::
:::: WARNINGS
module not found: org.elasticsearch#elasticsearch;0.17.6
The text was updated successfully, but these errors were encountered: