Skip to content

Commit

Permalink
fix: exclude netty
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Jan 6, 2022
1 parent 621cb3c commit 3c110e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ lazy val vw = (project in file("vw"))


val cognitiveExcludes = Seq(
ExclusionRule("io.projectreactor.netty", "reactor-netty")
ExclusionRule("io.projectreactor.netty", "reactor-netty"),
ExclusionRule("io.netty")
)

lazy val cognitive = (project in file("cognitive"))
Expand Down

0 comments on commit 3c110e9

Please sign in to comment.