Sqooba / atlas-client

Small and simple scala based client for accessing apache atlas rest api.
Apache License 2.0
2 stars 0 forks source link

Missing Sqooba Artifactory #1

Open zouzias opened 6 years ago

zouzias commented 6 years ago

sbt compile on a fresh clone fails due to Sqooba's artifactory server.

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: io.sqooba#sq-conf_2.11;0.3.2: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn] 
[warn]  Note: Unresolved dependencies path:
[warn]      io.sqooba:sq-conf_2.11:0.3.2 (/Users/zouzias/github/sqooba/atlas-client/build.sbt#L20-32)
[warn]        +- io.sqooba:atlas-client_2.11:0.1.15
[error] sbt.librarymanagement.ResolveException: unresolved dependency: io.sqooba#sq-conf_2.11;0.3.2: not found

I guess you need to add the instructions for building io.sqooba:sq-conf as well or release it to https://www.sonatype.com/nexus-repository-oss . WDYT?

pietrotull commented 6 years ago

Thanks for reporting. Sonatype looks like a decent option.