We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e087bf5 commit d392df9Copy full SHA for d392df9
bitsail-connectors/bitsail-connectors-legacy/bitsail-connector-hudi/pom.xml
@@ -96,6 +96,10 @@
96
<groupId>org.apache.yetus</groupId>
97
<artifactId>audience-annotations</artifactId>
98
</exclusion>
99
+ <exclusion>
100
+ <groupId>javax.annotation</groupId>
101
+ <artifactId>javax.annotation-api</artifactId>
102
+ </exclusion>
103
</exclusions>
104
</dependency>
105
<dependency>
@@ -829,6 +833,10 @@
829
833
830
834
831
835
836
837
838
839
832
840
841
842
0 commit comments