summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 15:10:30 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-21 15:10:30 +0100
commit67c8e13d6daa3bd14151377fad1e7f07eab85877 (patch)
treecb9211dd6efb99180ed20a3cd61998d801406bb4 /vespajlib
parentef0f9242199e55a2d01b2e7fac03cd73414bf01d (diff)
Use dependency management, and add excludes where needed.
Diffstat (limited to 'vespajlib')
-rw-r--r--vespajlib/pom.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index fd8c589ce14..6d6b02b970d 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -34,17 +34,14 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>aircompressor</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
- <version>0.16</version>
</dependency>
<!-- provided scope -->