FlinkML / flink-jpmml

flink-jpmml is a fresh-made library for dynamic real time machine learning predictions built on top of PMML standard models and Apache Flink streaming engine
GNU Affero General Public License v3.0
96 stars 30 forks source link

Unresolved Dependencies io.radicalbit#flink-streaming-spec_2.11;0.3.0: not found #60

Closed Harish-Sridhar closed 5 years ago

Harish-Sridhar commented 5 years ago

Hi, I cloned the repo, release-0.6.2 branch and imported the project to intellij, the SBT build fails both.

[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: io.radicalbit#flink-streaming-spec_2.11;0.1.0: not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Unresolved dependencies path:
[warn]      io.radicalbit:flink-streaming-spec_2.11:0.1.0 (/Users/harishsridhar/Documents/Temp/flink-jpmml/flink-jpmml/build.sbt#L64)
[warn]        +- io.radicalbit:flink-jpmml-scala_2.11:0.6.2

Am I missing something?

Regards, Harish.

Harish-Sridhar commented 5 years ago

I the sbt build log, I also see the following error

[error] Unable to find credentials for [Artifactory Realm @ tools.radicalbit.io].
francescofrontera commented 5 years ago

Thanks for the issue. We are now trying to tackle the problem. @maocorte

maocorte commented 5 years ago

thank you @Harish-Sridhar for reporting us the issue, i'll check it soon.