Skip to content

Commit

Permalink
Merge branch 'develop' into 06516-flatten-build-event-handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-littley committed May 11, 2023
2 parents 2279708 + d4c3217 commit 5924a38
Show file tree
Hide file tree
Showing 293 changed files with 3,578 additions and 2,987 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions hedera-node/hedera-app-spi/src/main/java/module-info.java
Expand Up @@ -12,10 +12,7 @@
exports com.hedera.node.app.spi.meta;
exports com.hedera.node.app.spi.numbers;
exports com.hedera.node.app.spi.workflows;
exports com.hedera.node.app.spi.config;
exports com.hedera.node.app.spi.records;
exports com.hedera.node.app.spi.validation;
exports com.hedera.node.app.spi.info;
exports com.hedera.node.app.spi.config.converter;
exports com.hedera.node.app.spi.config.types;
}
5 changes: 3 additions & 2 deletions hedera-node/hedera-app/build.gradle.kts
Expand Up @@ -34,13 +34,13 @@ dependencies {
annotationProcessor(libs.dagger.compiler)

implementation(project(":hedera-node:hedera-app-spi"))
implementation(project(":hedera-node:hedera-config"))
implementation(project(":hedera-node:hedera-mono-service"))
implementation(project(":hedera-node:hapi-utils"))
implementation(project(":hedera-node:hapi-fees"))
implementation(project(":hedera-node:hedera-admin-service-impl"))
implementation(project(":hedera-node:hedera-networkadmin-service-impl"))
implementation(project(":hedera-node:hedera-consensus-service-impl"))
implementation(project(":hedera-node:hedera-file-service-impl"))
implementation(project(":hedera-node:hedera-network-service-impl"))
implementation(project(":hedera-node:hedera-schedule-service-impl"))
implementation(project(":hedera-node:hedera-smart-contract-service-impl"))
implementation(project(":hedera-node:hedera-token-service-impl"))
Expand All @@ -62,6 +62,7 @@ dependencies {
itestImplementation(testLibs.bundles.mockito)
itestCompileOnly(libs.spotbugs.annotations)

testImplementation(testFixtures(project(":hedera-node:hedera-config")))
testImplementation(testFixtures(project(":hedera-node:hedera-mono-service")))
testImplementation(testFixtures(project(":hedera-node:hedera-app-spi")))
testImplementation(testLibs.classgraph)
Expand Down

0 comments on commit 5924a38

Please sign in to comment.