| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,8 @@ val common = library("common").settings( | |||
| 53 | 53 | jacksonDataFormat, | |
| 54 | 54 | atomRenderer, | |
| 55 | 55 | identityModel, | |
| 56 | - capiAws | ||
| 56 | + capiAws, | ||
| 57 | + okhttp | ||
| 57 | 58 | ) | |
| 58 | 59 | ).settings( | |
| 59 | 60 | mappings in TestAssets ~= filterAssets | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,6 +73,7 @@ object Dependencies { | |||
| 73 | 73 | val atomRenderer = "com.gu" %% "atom-renderer" % "0.12.2" | |
| 74 | 74 | val supportInternationalisation = "com.gu" %% "support-internationalisation" % "0.9" | |
| 75 | 75 | val capiAws = "com.gu" %% "content-api-client-aws" % "0.5" | |
| 76 | + val okhttp = "com.squareup.okhttp3" % "okhttp" % "3.10.0" | ||
| 76 | 77 | ||
| 77 | 78 | // Fixing transient dependency issue | |
| 78 | 79 | // AWS SDK (1.11.181), which kinesis-logback-appender depends on, brings com.fasterxml.jackson.core and com.fasterxml.jackson.dataformat libs in version 2.6.9 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments