Re: MiniClusterResource class not found using AbstractTestBase

2019-07-23 Thread Fabian Hueske
Hi Juan, Which Flink version do you use? Best, Fabian Am Di., 23. Juli 2019 um 06:49 Uhr schrieb Juan Rodríguez Hortalá < juan.rodriguez.hort...@gmail.com>: > Hi, > > I'm trying to use AbstractTestBase in a test in order to use the mini > cluster. I'm using specs2 with Scala, so I cannot extend

Re: Re: MiniClusterResource class not found using AbstractTestBase

2019-07-23 Thread Juan Rodríguez Hortalá
Using that classifier worked, the code builds fine now, thanks a lot. I'm using 1.8.0 by the way Greetings, Juan On Tue, Jul 23, 2019 at 5:06 AM Haibo Sun wrote: > Hi, Juan > > It is dependent on "flink-runtime-*-tests.jar", so build.sbt should be > modified as follows: > > *scalaVersion := "