openquant / YahooFinanceScala

A non-blocking Yahoo Finance Scala client
MIT License
23 stars 13 forks source link

99-empty and ficus_2.11 missing #2

Closed janekdb closed 8 years ago

janekdb commented 8 years ago

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]

Anything I should be doing differently?

larroy commented 8 years ago

I merged @paucarre PR, can you try again?

blombergniklas commented 8 years ago

When using version 0.2 it is still an valid issue when trying to resolve dependencies.

larroy commented 8 years ago

Use 0.3 and let me know