This is an automated email from the ASF dual-hosted git repository.
gabor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 3537c88 Add javax.annotation-api dependency for JDK >= 9 (#604)
3537c88 is described below
commit 3537c88f7f7af8bdddaadd6d49ac920d6ad4d68b
Author: Uwe L. Korn <[email protected]>
AuthorDate: Tue Feb 5 16:18:34 2019 +0100
Add javax.annotation-api dependency for JDK >= 9 (#604)
---
parquet-format-structures/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/parquet-format-structures/pom.xml
b/parquet-format-structures/pom.xml
index d091a36..5ec79ae 100644
--- a/parquet-format-structures/pom.xml
+++ b/parquet-format-structures/pom.xml
@@ -158,6 +158,11 @@
<artifactId>libthrift</artifactId>
<version>${format.thrift.version}</version>
</dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.3.2</version>
+ </dependency>
</dependencies>
<profiles>