Skip to content

Commit 0399e4c

Browse files
Remove excluded headlong from sdk
Signed-off-by: Bilyana Gospodinova <[email protected]>
1 parent 22f05e9 commit 0399e4c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ dependencies {
2525
testImplementation("io.grpc:grpc-inprocess")
2626
testImplementation("com.esaulpaugh:headlong")
2727
testImplementation("com.google.guava:guava")
28-
// With 2.38.0, the SDK updated the headlong dependency from 10.0.0 to 12.1.0. Web3 is not ready
29-
// for that yet.
30-
testImplementation("com.hedera.hashgraph:sdk") {
31-
exclude(group = "com.esaulpaugh", module = "headlong")
32-
}
28+
testImplementation("com.hedera.hashgraph:sdk")
3329
testImplementation(project(":common")) {
3430
exclude("com.hedera.hashgraph", "hedera-protobuf-java-api")
3531
exclude("com.google.protobuf", "protobuf-java")

0 commit comments

Comments
 (0)