Since adding yahoofinancescala as a dependency I have these warnings that fail the Maven build,
[WARNING] The POM for commons-logging:commons-logging:jar:99-empty is missing, no dependency information available
[WARNING] The POM for com.iheart:ficus_2.11:jar:1.2.3 is missing, no dependency information available
This is the failure message
[ERROR] Failed to execute goal on project x:
Could not resolve dependencies for project x:x.jar:0.1.0-SNAPSHOT:
The following artifacts could not be resolved:
commons-logging:commons-logging:jar:99-empty, com.iheart:ficus_2.11:jar:1.2.3:
Failure to find commons-logging:commons-logging:jar:99-empty in
http://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
Since adding
yahoofinancescala
as a dependency I have these warnings that fail the Maven build,This is the failure message
Anything I should be doing differently?