summaryrefslogtreecommitdiffstats
path: root/container-llama
diff options
context:
space:
mode:
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>