vldpyatkov commented on code in PR #1871:
URL: https://github.com/apache/ignite-3/pull/1871#discussion_r1156928414
##########
modules/placement-driver/build.gradle:
##########
@@ -22,8 +22,9 @@ apply from:
"$rootDir/buildscripts/java-integration-test.gradle"
apply from: "$rootDir/buildscripts/java-test-fixtures.gradle"
dependencies {
- implementation project(':ignite-metastorage-api')
+ api project(':ignite-placement-driver-api')
Review Comment:
I think all *-api modules should be bounded to their parent by api method.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]