Skip to content

Commit

Permalink
Exclude bytebuddy
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Nov 15, 2024
1 parent 879afa7 commit 631c031
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,10 @@ allprojects {
integrationTestImplementation "org.apache.httpcomponents:fluent-hc:4.5.14"
integrationTestImplementation "org.apache.httpcomponents:httpcore:4.4.16"
integrationTestImplementation "org.apache.httpcomponents:httpasyncclient:4.1.5"
integrationTestImplementation "org.mockito:mockito-core:5.14.2"
integrationTestImplementation("org.mockito:mockito-core:5.14.2") {
exclude(group: 'net.bytebuddy', module: 'byte-buddy')
}
integrationTestImplementation "net.bytebuddy:byte-buddy:${versions.bytebuddy}"
}
}

Expand Down

0 comments on commit 631c031

Please sign in to comment.