From 9dd60355c127ae12e38ce44f7e1882d3c0cf5ab3 Mon Sep 17 00:00:00 2001 From: jaredb96 Date: Tue, 26 Nov 2024 11:42:19 -0500 Subject: [PATCH] Remove netty common fix. --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index e0ff12bd52..abacf8e9f9 100644 --- a/build.sbt +++ b/build.sbt @@ -820,3 +820,4 @@ lazy val `hmda-quarterly-data-service` = (project in file ("hmda-quarterly-data- .dependsOn(common % "compile->compile;test->test") .dependsOn(`hmda-protocol` % "compile->compile;test->test") +dependencyOverrides += "com.google.guava" % "guava" % "32.0.1-android"