summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-11-21 15:32:56 +0100
committerJon Bratseth <bratseth@gmail.com>2022-11-21 15:32:56 +0100
commit230816931c1288d004268277942f164088a364b7 (patch)
treefd56315cd6855cf6a2b552e2f476b135c3eeb94a
parenta32584cb884d4caa7cf47b4c3a434f48da4d9116 (diff)
Exclude transitive deps
-rw-r--r--vespajlib/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 6d6b02b970d..4c57b615c16 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -42,6 +42,16 @@
<dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.intellij</groupId>
+ <artifactId>annotations</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- provided scope -->