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/hdfs-over-ftp | |
| 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/hdfs-over-ftp')
| -rw-r--r-- | other/java/hdfs-over-ftp/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/other/java/hdfs-over-ftp/pom.xml b/other/java/hdfs-over-ftp/pom.xml index 5e82dfc63..6cf1c86ea 100644 --- a/other/java/hdfs-over-ftp/pom.xml +++ b/other/java/hdfs-over-ftp/pom.xml @@ -49,7 +49,7 @@ <version>1.1.1</version> </dependency> <dependency> - <groupId>com.github.chrislusf</groupId> + <groupId>com.seaweedfs</groupId> <artifactId>seaweedfs-hadoop3-client</artifactId> <version>1.6.2</version> </dependency> @@ -117,4 +117,4 @@ </plugins> </build> -</project>
\ No newline at end of file +</project> |
