Skip to content

Commit

Permalink
chore: add comment for exclude netty
Browse files Browse the repository at this point in the history
  • Loading branch information
s.g.danilov authored and jigarkhwar committed Jul 19, 2021
1 parent b630c44 commit 6b9ecc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ object Dependencies {

lazy val scalaTesting: Seq[ModuleID] = scalaCheck ++ scalaTest ++ scalaMock

// Add excludeAll netty to solve conflict run GatlinRunner with using Gatling 3.6.1 and io.netty:4.1.42.Final. Problem java.lang.NoSuchFieldError: DNT
lazy val influxClientScala: Seq[ModuleID] = Seq(
"io.razem" %% "scala-influxdb-client" % "0.6.3" excludeAll (
ExclusionRule("io.netty", "netty-codec-http"),
Expand Down

0 comments on commit 6b9ecc7

Please sign in to comment.