Skip to content

Commit 0c9a579

Browse files
committed
Exclude Tink from JDA
1 parent 44e50a6 commit 0c9a579

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,10 @@
454454
<groupId>club.minnced</groupId>
455455
<artifactId>opus-java</artifactId>
456456
</exclusion>
457+
<exclusion>
458+
<groupId>com.google.crypto.tink</groupId>
459+
<artifactId>tink</artifactId>
460+
</exclusion>
457461
</exclusions>
458462
<scope>provided</scope>
459463
</dependency>

0 commit comments

Comments
 (0)