trifecta icon indicating copy to clipboard operation
trifecta copied to clipboard

Errors encountered while loading the project

Open gitime opened this issue 7 years ago • 0 comments

Hi,

I tried to load the project in my IntelliJ. I have imported the project as SBT project and encountered the following errors.

[error] (trifecta_cassandra/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_mongodb/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_etl/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_azure/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_elasticsearch/*:ssExtractDependencies) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_cassandra/*:update) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_mongodb/*:update) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_azure/*:update) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found
[error] (trifecta_elasticsearch/*:update) sbt.ResolveException: unresolved dependency: com.github.ldaniels528#commons-helpers_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#tabular_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-core_2.11;0.22.0rc8b: not found
[error] unresolved dependency: com.github.ldaniels528#trifecta-modules-core_2.11;0.22.0rc8b: not found

How can I fix this? Thanks in advance.

gitime avatar Sep 21 '17 09:09 gitime