diff options
| author | chrislu <chris.lu@gmail.com> | 2024-08-12 17:30:18 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-08-12 17:30:21 -0700 |
| commit | 915f9f50547daae9c046ef0dab38ef768ce3fc0c (patch) | |
| tree | 1da8c52869147c7caa06371ca340445f209602c4 /other/java/examples | |
| parent | 9a0b71e87450e745964ced9e0de3c78858ff1094 (diff) | |
| download | seaweedfs-915f9f50547daae9c046ef0dab38ef768ce3fc0c.tar.xz seaweedfs-915f9f50547daae9c046ef0dab38ef768ce3fc0c.zip | |
update java client to 3.71, also adjust the groupId
Diffstat (limited to 'other/java/examples')
| -rw-r--r-- | other/java/examples/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/java/examples/pom.xml b/other/java/examples/pom.xml index b3fc1c024..534febb6e 100644 --- a/other/java/examples/pom.xml +++ b/other/java/examples/pom.xml @@ -9,13 +9,13 @@ <version>1.0-SNAPSHOT</version> <dependencies> <dependency> - <groupId>com.github.chrislusf</groupId> + <groupId>com.seaweedfs</groupId> <artifactId>seaweedfs-client</artifactId> <version>3.71</version> <scope>compile</scope> </dependency> <dependency> - <groupId>com.github.chrislusf</groupId> + <groupId>com.seaweedfs</groupId> <artifactId>seaweedfs-hadoop2-client</artifactId> <version>3.71</version> <scope>compile</scope> |
