Skip to content

Commit

Permalink
Remove okhttp
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Feb 1, 2024
1 parent 38050ed commit 047e075
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 047e075

Please sign in to comment.