diff options
| author | houjinchuan <[email protected]> | 2024-07-17 18:10:02 +0800 |
|---|---|---|
| committer | houjinchuan <[email protected]> | 2024-07-17 18:10:02 +0800 |
| commit | beb553dddfa278dde1501c5dedc64f886f573db9 (patch) | |
| tree | 759e380cad476760349c07f1b16ba41e414c8942 /pom.xml | |
| parent | da7fecc4c10015dff0f4008b8a442302648ed8d8 (diff) | |
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |
