This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 5792c62 HDDS-3769. hadoop-hdds interface-client fail to build with
JDK11. (#1064)
5792c62 is described below
commit 5792c62e963b1e6bbb7c59efdbae27005fed59cc
Author: Xiaoyu Yao <[email protected]>
AuthorDate: Sun Jun 14 07:58:17 2020 -0700
HDDS-3769. hadoop-hdds interface-client fail to build with JDK11. (#1064)
---
hadoop-hdds/interface-client/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hadoop-hdds/interface-client/pom.xml
b/hadoop-hdds/interface-client/pom.xml
index f6d1dec..1926134 100644
--- a/hadoop-hdds/interface-client/pom.xml
+++ b/hadoop-hdds/interface-client/pom.xml
@@ -39,6 +39,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>ratis-thirdparty-misc</artifactId>
<version>0.4.0</version>
</dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]