Skip to content

Commit

Permalink
Merge pull request #4365 from guardian/an/remove-old-libthrift-override
Browse files Browse the repository at this point in the history
Upgrade to recent libthrift
  • Loading branch information
andrew-nowak authored Nov 13, 2024
2 parents d64a0c7 + f820764 commit 788c025
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ lazy val commonLib = project("common-lib").settings(
"org.yaml" % "snakeyaml" % "1.31",
"org.testcontainers" % "elasticsearch" % "1.19.2" % Test
),
dependencyOverrides += "org.apache.thrift" % "libthrift" % "0.13.0",
dependencyOverrides += "ch.qos.logback" % "logback-classic" % "1.2.13" % Test
)

Expand All @@ -120,8 +119,6 @@ lazy val restLib = project("rest-lib").settings(
"com.typesafe.play" %% "filters-helpers" % "2.8.11",
akkaHttpServer,
),

dependencyOverrides += "org.apache.thrift" % "libthrift" % "0.9.1"
).dependsOn(commonLib % "compile->compile;test->test")

lazy val auth = playProject("auth", 9011)
Expand Down

0 comments on commit 788c025

Please sign in to comment.