Re: Fail to resolve kafka-streams 2.0.0

2018-08-30 Thread Celso Axelrud
I included the following line before the other dependencies lines and it worked: libraryDependencies += "javax.ws.rs" % "javax.ws.rs-api" % "2.1" artifacts( Artifact("javax.ws.rs-api", "jar", "jar")) Thanks Guozhang On Thu, Aug 30, 2018 at 12:01 PM Guozhang Wang wrote: > I saw the library in

Re: Fail to resolve kafka-streams 2.0.0

2018-08-30 Thread Guozhang Wang
I saw the library in maven central: https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api/2.1 Your maven repo seems also have this: https://repo1.maven.org/maven2/javax/ws/rs/javax.ws.rs-api/2.1/ Maybe it is your {packaging.type} variable is not defined? Guozhang On Thu, Aug 30,

Fail to resolve kafka-streams 2.0.0

2018-08-30 Thread Celso Axelrud
Hi, I get the following message when I try to use kafka-streams 2.0.0 (failing to download javax.ws.rs-api) in sbt. There is no problem when using kafka-streams 1.1.1. I tried to use scala version 2,11 and 2.12 but I got the same results. I am using WIndows 10. SBT: name := "KafkaProj1" version