diff --git a/project/Dependencies.scala b/project/Dependencies.scala index f41008b..e200583 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -27,6 +27,7 @@ object Dependencies { val jaxb = "2.3.1" val awsSdk2 = "2.20.135" val netty = "4.1.100.Final" // Version override + val reactor = "1.0.39" // Version override // Snowplow val streams = "0.2.0" @@ -53,6 +54,7 @@ object Dependencies { val jaxb = "javax.xml.bind" % "jaxb-api" % V.jaxb val stsSdk2 = "software.amazon.awssdk" % "sts" % V.awsSdk2 val nettyCodecHttp = "io.netty" % "netty-codec-http2" % V.netty + val reactorNetty = "io.projectreactor.netty" % "reactor-netty-http" % V.reactor val streamsCore = "com.snowplowanalytics" %% "streams-core" % V.streams val kinesis = "com.snowplowanalytics" %% "kinesis" % V.streams @@ -89,7 +91,8 @@ object Dependencies { slf4j % Runtime, jaxb % Runtime, azureIdentity, - nettyCodecHttp + nettyCodecHttp, + reactorNetty ) val pubsubDependencies = Seq(