diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-02 23:45:39 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-02 23:45:39 -0800 |
| commit | 3857f9c8404c6f251135268e42c79bb83c13b2b0 (patch) | |
| tree | c656c40a9dc9ec47b05eadb3ed0f90005bfd9ef6 /other/java/client/pom_debug.xml | |
| parent | 003b6245e701bfb6b7f118552a2b4e82d1d7de67 (diff) | |
| download | seaweedfs-3857f9c8404c6f251135268e42c79bb83c13b2b0.tar.xz seaweedfs-3857f9c8404c6f251135268e42c79bb83c13b2b0.zip | |
Hadoop: switch to ByteBuffer
fix https://github.com/chrislusf/seaweedfs/issues/1645
Diffstat (limited to 'other/java/client/pom_debug.xml')
| -rw-r--r-- | other/java/client/pom_debug.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/other/java/client/pom_debug.xml b/other/java/client/pom_debug.xml index acdf621a5..078778b6c 100644 --- a/other/java/client/pom_debug.xml +++ b/other/java/client/pom_debug.xml @@ -68,6 +68,11 @@ <version>4.13.1</version> <scope>test</scope> </dependency> + <dependency> + <groupId>javax.annotation</groupId> + <artifactId>javax.annotation-api</artifactId> + <version>1.3.2</version> + </dependency> </dependencies> <build> |
