wasted / netflow

Scala/Netty Netflow Collector used at wasted.io
http://netflow.io
Other
84 stars 31 forks source link

Unresolved dependencies while compiling #16

Closed skoky closed 7 years ago

skoky commented 7 years ago

I am getting unresolved dependencies error while compiling / running the app:

[info] Resolving jline#jline;2.12.1 ... [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] :: io.wasted#wasted-util_2.11;0.9.+: not found [warn] :::::::::::::::::::::::::::::::::::::::::::::: [warn] [warn] Note: Unresolved dependencies path: [warn] io.wasted:wasted-util_2.11:0.9.+ (/Users/lskokan/work/netflow/build.sbt#L19-33) [warn] +- io.wasted:netflow_2.11:0.7.0 sbt.ResolveException: unresolved dependency: io.wasted#wasted-util_2.11;0.9.+: not found

fbettag commented 7 years ago

I don't exactly recall what produced this, maybe broken resolvers or something. In any cast, quickest solution, clone https://github.com/wasted/scala-util (tag 0.9.x that you need) and run ./sbt publish-local

skoky commented 7 years ago

It's caused by inaccessible public repo http://repo.wasted.io/mvn

If I do publishLocal on scala-utils dependency works.

And by the way, there is also issue with dependency com.google.code.findbugs#jsr305;1.3.+ as it is very old version.