Skip to content

Commit d392df9

Browse files
authored
[BitSail] support compile with java11 (#231)
1 parent e087bf5 commit d392df9

File tree

1 file changed

+8
-0
lines changed
  • bitsail-connectors/bitsail-connectors-legacy/bitsail-connector-hudi

1 file changed

+8
-0
lines changed

bitsail-connectors/bitsail-connectors-legacy/bitsail-connector-hudi/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
<groupId>org.apache.yetus</groupId>
9797
<artifactId>audience-annotations</artifactId>
9898
</exclusion>
99+
<exclusion>
100+
<groupId>javax.annotation</groupId>
101+
<artifactId>javax.annotation-api</artifactId>
102+
</exclusion>
99103
</exclusions>
100104
</dependency>
101105
<dependency>
@@ -829,6 +833,10 @@
829833
<groupId>org.apache.yetus</groupId>
830834
<artifactId>audience-annotations</artifactId>
831835
</exclusion>
836+
<exclusion>
837+
<groupId>javax.annotation</groupId>
838+
<artifactId>javax.annotation-api</artifactId>
839+
</exclusion>
832840
</exclusions>
833841
</dependency>
834842
<dependency>

0 commit comments

Comments
 (0)