Skip to content

Commit cf17ba8

Browse files
committed
chore(com): Exclude some jetty modules
1 parent 0feeb35 commit cf17ba8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

communication/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ dependencies {
2525
implementation(libs.netty.handler.proxy)
2626
implementation(libs.apache.httpclient5)
2727
implementation(libs.jetty.httpclient)
28-
implementation(libs.jetty.unixsocket)
28+
implementation(libs.jetty.unixsocket) {
29+
exclude(group = "org.eclipse.jetty", module = "jetty-server")
30+
exclude(group = "javax.servlet", module = "javax.servlet-api")
31+
}
2932
// metrics-lib is needed rather than metrics-api to change the default port of StatsD connection manager
3033
// TODO Could help decoupling it later to only depend on metrics-api
3134
implementation(project(":products:metrics:metrics-lib"))

0 commit comments

Comments
 (0)