Skip to content

Commit

Permalink
chore: remove dead module ref
Browse files Browse the repository at this point in the history
  • Loading branch information
slandelle committed Apr 24, 2024
1 parent 7153919 commit e8cfbc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ lazy val root = Project("gatling-parent", file("."))
.disablePlugins(SbtSpotless)
.aggregate(
nettyUtil,
sharedEnterprise,
commons,
docSamples,
jsonpath,
Expand Down Expand Up @@ -94,8 +93,6 @@ def gatlingModule(id: String) =
.disablePlugins(KotlinPlugin)
.settings(gatlingModuleSettings ++ CodeAnalysis.settings)

lazy val sharedEnterprise = gatlingModule("gatling-shared-enterprise")

lazy val nettyUtil = gatlingModule("gatling-netty-util")
.settings(libraryDependencies ++= nettyUtilDependencies)

Expand All @@ -111,7 +108,6 @@ lazy val jsonpath = gatlingModule("gatling-jsonpath")
lazy val core = gatlingModule("gatling-core")
.dependsOn(nettyUtil)
.dependsOn(commons % "compile->compile;test->test")
.dependsOn(sharedEnterprise)
.dependsOn(jsonpath % "compile->compile;test->test")
.settings(libraryDependencies ++= coreDependencies)

Expand Down

0 comments on commit e8cfbc8

Please sign in to comment.