[#37] Add tree service methods: getRange(), getRangeHash(), patchObject(). Maven project version inheritance.
All checks were successful
DCO / DCO (pull_request) Successful in 25s
Verify code phase / Verify code (pull_request) Successful in 1m32s

Signed-off-by: Ori Bruk <o.bruk@yadro.com>
This commit is contained in:
Ori Bruk 2025-01-29 14:44:59 +03:00
parent 1ccb1f2013
commit 33f7198ace
26 changed files with 642 additions and 20 deletions

View file

@ -6,7 +6,7 @@
<parent>
<groupId>info.frostfs.sdk</groupId>
<artifactId>frostfs-sdk-java</artifactId>
<version>0.3.0</version>
<version>${revision}</version>
</parent>
<artifactId>cryptography</artifactId>
@ -21,7 +21,7 @@
<dependency>
<groupId>info.frostfs.sdk</groupId>
<artifactId>exceptions</artifactId>
<version>0.3.0</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>