From 047e0755d99cf78916ff1d08d55fc9feae7be131 Mon Sep 17 00:00:00 2001 From: Anna Beddow Date: Thu, 1 Feb 2024 12:24:46 +0000 Subject: [PATCH] Remove okhttp --- build.sbt | 1 - project/Dependencies.scala | 1 - 2 files changed, 2 deletions(-) diff --git a/build.sbt b/build.sbt index f7411c30be3a..98e056e3684f 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,6 @@ val common = library("common") atomRenderer, identityModel, capiAws, - okhttp, pekkoActor, pekkoStream, pekkoSlf4j, diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 299f1e8b547d..1377ae01ada6 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -99,7 +99,6 @@ object Dependencies { val atomRenderer = "com.gu" %% "atom-renderer" % "1.2.0" val supportInternationalisation = "com.gu" %% "support-internationalisation" % "0.13" val capiAws = "com.gu" %% "content-api-client-aws" % "0.7" - val okhttp = "com.squareup.okhttp3" % "okhttp" % "4.10.0" /* Note: Although frontend compiles and passes all the current tests when jackson is removed, be careful that this