denis-chudov commented on code in PR #1871:
URL: https://github.com/apache/ignite-3/pull/1871#discussion_r1165217133


##########
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:
   `api` is used for exporting transitive modules, i see no reason to use it 
here



-- 
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]

Reply via email to