trifecta
trifecta copied to clipboard
Errors encountered while loading the project
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.