Skip to content

Commit feb230c

Browse files
committed
Re-declare netty dependencies in notificationworkerlambda
1 parent 5cee5bf commit feb230c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,11 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
421421
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
422422
"org.playframework" %% "play-json" % playJsonVersion,
423423
"com.google.oauth-client" % "google-oauth-client" % googleOAuthClient,
424+
"io.netty" % "netty-handler" % nettyVersion,
425+
"io.netty" % "netty-codec" % nettyVersion,
426+
"io.netty" % "netty-codec-http" % nettyVersion,
427+
"io.netty" % "netty-codec-http2" % nettyVersion,
428+
"io.netty" % "netty-common" % nettyVersion,
424429
),
425430
excludeDependencies ++= Seq(
426431
ExclusionRule("org.playframework", "play-ahc-ws_2.13"),

0 commit comments

Comments
 (0)