Skip to content

Commit 3537c88

Browse files
xhochygszadovszky
authored andcommitted
Add javax.annotation-api dependency for JDK >= 9 (#604)
1 parent 51c4cc3 commit 3537c88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parquet-format-structures/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@
158158
<artifactId>libthrift</artifactId>
159159
<version>${format.thrift.version}</version>
160160
</dependency>
161+
<dependency>
162+
<groupId>javax.annotation</groupId>
163+
<artifactId>javax.annotation-api</artifactId>
164+
<version>1.3.2</version>
165+
</dependency>
161166
</dependencies>
162167

163168
<profiles>

0 commit comments

Comments
 (0)