remove org.uncommons.maths dependency (#12636)
Also * add InternalApi annotation to AESCounterBuiltinRNG * add setDaemon(true) to re-seeder thread
This commit is contained in:
parent
956676d0bc
commit
c80c3e16c4
3 changed files with 13 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue