Skip to content

Commit

Permalink
Merge pull request #26864 from guardian/remove-okhttp
Browse files Browse the repository at this point in the history
Remove okhttp
  • Loading branch information
abeddow91 authored Feb 1, 2024
2 parents 0613424 + 047e075 commit 9c63a6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ val common = library("common")
atomRenderer,
identityModel,
capiAws,
okhttp,
pekkoActor,
pekkoStream,
pekkoSlf4j,
Expand Down
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c63a6b

Please sign in to comment.