Remove org.jetbrains:annotations:jar from server distribution. (#23015)
Signed-off-by: Peter Skopek <pskopek@redhat.com>
This commit is contained in:
parent
6ca78b7554
commit
c92d10c750
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue