summaryrefslogtreecommitdiffstats
path: root/container-llama
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2024-04-03 09:07:02 +0200
committerArne Juul <arnej@yahooinc.com>2024-04-03 09:07:02 +0200
commit064d3bb6de0aa719fe130123b8f63a161ac48bb3 (patch)
tree1281da9e99793818d087beafaf1b38656cbdc158 /container-llama
parent8d72196e3aadc0d2a3e86f22d9c64fbaaeb7da6b (diff)
exclude org.jetbrains:annotations
Diffstat (limited to 'container-llama')
-rw-r--r--container-llama/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-llama/pom.xml b/container-llama/pom.xml
index 33ded1afa51..1eb057abcaf 100644
--- a/container-llama/pom.xml
+++ b/container-llama/pom.xml
@@ -36,6 +36,12 @@
<groupId>de.kherud</groupId>
<artifactId>llama</artifactId>
<scope>compile</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
<build>