Remove org.jetbrains:annotations:jar from server distribution. (#23015)

Signed-off-by: Peter Skopek <pskopek@redhat.com>
This commit is contained in:
Peter Skopek 2023-09-06 15:19:10 +02:00 committed by Alexander Schwartz
parent 6ca78b7554
commit c92d10c750

View file

@ -543,6 +543,12 @@
<groupId>org.twitter4j</groupId>
<artifactId>twitter4j-core</artifactId>
<version>${twitter4j.version}</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- QR Code Generator -->