Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LibDependencies.scala #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

oscarduignan
Copy link

Updated dependencies to only depend on play-json, because depending on play is pulling in some extra bits that are causing problems with performance test repos gatling version due to evictions

DISCLAIMER - I don't know all the contexts this library is used in to understand if those extra transitive dependencies are needed by dependent repositories

without this, performance test repos who want to use uk.gov.hmrc:domain-play-30 need to exclude slf4j, like this:

"uk.gov.hmrc"  %% "domain-play-30"  % "9.0.0"  % Test exclude("org.slf4j", "slf4j-api")

Updated dependencies to only depend on play-json, because depending on play is pulling in some extra bits that are causing problems with performance test repos gatling version due to evictions

DISCLAIMER - I don't know all the contexts this library is used in to understand if those extra transitive dependencies are needed by dependent repositories

without this, performance test repos who want to use uk.gov.hmrc:domain-play-30 need to exclude slf4j, like this:

```
"uk.gov.hmrc"  %% "domain-play-30"  % "9.0.0"  % Test exclude("org.slf4j", "slf4j-api")
```
@platops-pr-bot
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants