summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorhoujinchuan <[email protected]>2024-07-17 18:10:02 +0800
committerhoujinchuan <[email protected]>2024-07-17 18:10:02 +0800
commitbeb553dddfa278dde1501c5dedc64f886f573db9 (patch)
tree759e380cad476760349c07f1b16ba41e414c8942 /pom.xml
parentda7fecc4c10015dff0f4008b8a442302648ed8d8 (diff)
修复hos挂掉一台恢复后,hos sink负载不均衡的问题HEADv1.3.5develop
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 227be72..71ba746 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.zdjizhi</groupId>
<artifactId>file-chunk-combiner</artifactId>
- <version>1.3.4</version>
+ <version>1.3.5</version>
<repositories>
<repository>
@@ -280,6 +280,12 @@
<artifactId>jaxb-impl</artifactId>
<version>2.3.1</version>
</dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>33.0.0-jre</version>
+ </dependency>
</dependencies>
<build>