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 a98bd56 commit 7a23a98Copy full SHA for 7a23a98
1 file changed
pom.xml
@@ -190,6 +190,14 @@
190
<groupId>jakarta.servlet</groupId>
191
<artifactId>jakarta.servlet-api</artifactId>
192
</exclusion>
193
+ <!--
194
+ Thrift generated Java sources suppress @Generated annotations.
195
+ IoTDB does not use libthrift APIs that require Jakarta annotations.
196
+ -->
197
+ <exclusion>
198
+ <groupId>jakarta.annotation</groupId>
199
+ <artifactId>jakarta.annotation-api</artifactId>
200
+ </exclusion>
201
<!--
202
commons-lang3 is only used by Thrift's partial deserialization runtime.
203
IoTDB does not use org.apache.thrift.partial APIs.
0 commit comments