Skip to content

Commit

Permalink
Exclude old incompatible jc-kzg-4844 artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Oct 10, 2024
1 parent 22eb9ac commit f846a02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,11 @@ subprojects {
propertyTestRuntimeOnly.extendsFrom testRuntimeOnly
referenceTestRuntimeOnly.extendsFrom testRuntimeOnly

// exclude until Besu dependencies start using io.consensys.protocols:jc-kzg-4844
implementation {
exclude(group: "tech.pegasys", module: "jc-kzg-4844")
}

// Details at https://github.com/Hakky54/log-captor#using-log-captor-alongside-with-other-logging-libraries
testImplementation {
exclude(group: "org.apache.logging.log4j", module: "log4j-slf4j-impl")
Expand Down

0 comments on commit f846a02

Please sign in to comment.