remove org.uncommons.maths dependency (#12636)

Also
* add InternalApi annotation to AESCounterBuiltinRNG
* add setDaemon(true) to re-seeder thread
This commit is contained in:
gosubpl 2017-01-12 06:43:12 +01:00 committed by Konrad `ktoso` Malawski
parent 956676d0bc
commit c80c3e16c4
3 changed files with 13 additions and 7 deletions

View file

@ -13,12 +13,10 @@ import akka.remote.transport.netty.{ NettySSLSupport, SSLSettings }
import akka.testkit._
import akka.util.Timeout
import com.typesafe.config._
import org.uncommons.maths.random.RandomDotOrgSeedGenerator
import scala.concurrent.{ Await, Future }
import scala.concurrent.duration._
import scala.reflect.classTag
import scala.util.control.NonFatal
object Configuration {
// set this in your JAVA_OPTS to see all ssl debug info: "-Djavax.net.debug=ssl,keymanager"