Skip to content

Commit

Permalink
Update gradle build and module-info
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Riley <derek.riley@swirldslabs.com>
  • Loading branch information
derektriley committed Nov 26, 2024
1 parent 105fd61 commit 3d7c771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions hedera-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,16 @@ dependencies.constraints {
api("com.google.protobuf:protoc:3.25.4")
api("io.grpc:protoc-gen-grpc-java:1.66.0")

api("com.hedera.cryptography:hedera-cryptography-pairings-api:0.1.0-SNAPSHOT") {
api("com.hedera.cryptography:hedera-cryptography-pairings-api:0.1.1-SNAPSHOT") {
because("com.hedera.cryptography.pairings.api")
}
api("com.hedera.cryptography:hedera-cryptography-altbn128:0.1.0-SNAPSHOT") {
api("com.hedera.cryptography:hedera-cryptography-altbn128:0.1.1-SNAPSHOT") {
because("com.hedera.cryptography.altbn128")
}
api("com.hedera.cryptography:hedera-cryptography-bls:0.1.0-SNAPSHOT") {
api("com.hedera.cryptography:hedera-cryptography-bls:0.1.1-SNAPSHOT") {
because("com.hedera.cryptography.bls")
}
api("com.hedera.cryptography:hedera-cryptography-tss:0.1.0-SNAPSHOT") {
api("com.hedera.cryptography:hedera-cryptography-tss:0.1.1-SNAPSHOT") {
because("com.hedera.cryptography.tss")
}
}
2 changes: 0 additions & 2 deletions hedera-node/hedera-app/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
import com.swirlds.config.api.ConfigurationExtension;

module com.hedera.node.app {
uses com.hedera.cryptography.pairings.spi.PairingFriendlyCurveProvider;

requires transitive com.hedera.node.app.hapi.utils;
requires transitive com.hedera.node.app.service.addressbook.impl;
requires transitive com.hedera.node.app.service.addressbook;
Expand Down

0 comments on commit 3d7c771

Please sign in to comment.