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

feat: Network and NodeMetadata Protobuf #16581

Merged
merged 11 commits into from
Nov 20, 2024
Prev Previous commit
Next Next commit
Fix CI dependency check
Signed-off-by: Thomas Moran <152873392+thomas-swirlds-labs@users.noreply.github.com>
  • Loading branch information
thomas-swirlds-labs committed Nov 19, 2024
commit de26b5cc8d1b43e2dd78531a146980033bc8dc11
2 changes: 0 additions & 2 deletions hedera-node/hedera-app-spi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ testModuleInfo {
requires("org.assertj.core")
requires("org.junit.jupiter.api")
requires("org.junit.jupiter.params")
requires("org.mockito")
requires("org.mockito.junit.jupiter")
requiresStatic("com.github.spotbugs.annotations")
}
Loading