animovscw commented on code in PR #12982:
URL: https://github.com/apache/ignite/pull/12982#discussion_r3092565858


##########
modules/compress/pom.xml:
##########
@@ -137,6 +137,13 @@
             <version>${commons.lang3.version}</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>commons-io</groupId>

Review Comment:
   Dependency is needed in the test scope 
`CacheObjectCompressionConsumptionTest`, and has a direct usage of 
`org.apache.commons.io.FileUtils`. 
   Previously, this worked due to a transitive dependency available in the 
build, but it was implicit. This is made explicit as a test dependency **to 
avoid relying on transitive classpath resolution**.
   



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