rpuch commented on code in PR #1291:
URL: https://github.com/apache/ignite-3/pull/1291#discussion_r1011743140
##########
modules/rocksdb-common/build.gradle:
##########
@@ -23,6 +23,10 @@ dependencies {
implementation project(':ignite-core')
implementation libs.jetbrains.annotations
api libs.rocksdb.jni
+
+ testImplementation libs.hamcrest.core
+ testImplementation libs.hamcrest.core
Review Comment:
I added only 2 dependencies in build.gradle because other 2 dependencies
seem to be already there. They are added by
```
apply from: "$rootDir/buildscripts/java-junit5.gradle"
```
probably. At least, the project compiles (including tests) via Gradle.
I removed the duplicate, thanks
--
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]