aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs2/pom.xml
diff options
context:
space:
mode:
authorhilimd <68371223+hilimd@users.noreply.github.com>2020-08-10 12:59:55 +0800
committerGitHub <noreply@github.com>2020-08-10 12:59:55 +0800
commit6a93e26fc32ce35901c96371628fd0916b639026 (patch)
tree00b2251054b30579b64c8f4c75c93329ee72896a /other/java/hdfs2/pom.xml
parent6769d07604fff5c8b9fbac2a93cf232b4c159fb2 (diff)
parente74dc4e4bca245828df180f516973e5d6ac2e1df (diff)
downloadseaweedfs-6a93e26fc32ce35901c96371628fd0916b639026.tar.xz
seaweedfs-6a93e26fc32ce35901c96371628fd0916b639026.zip
Merge pull request #11 from chrislusf/master
sync
Diffstat (limited to 'other/java/hdfs2/pom.xml')
-rw-r--r--other/java/hdfs2/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/other/java/hdfs2/pom.xml b/other/java/hdfs2/pom.xml
index 6d9191727..2c8d4ce32 100644
--- a/other/java/hdfs2/pom.xml
+++ b/other/java/hdfs2/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
- <seaweedfs.client.version>1.4.4</seaweedfs.client.version>
+ <seaweedfs.client.version>1.4.5</seaweedfs.client.version>
<hadoop.version>2.9.2</hadoop.version>
</properties>
@@ -147,6 +147,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>${hadoop.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.chrislusf</groupId>
@@ -157,6 +158,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
+ <scope>provided</scope>
</dependency>
</dependencies>