summaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 16:04:20 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 17:26:52 +0100
commit9b11ce7f3b9080c6c3e640e694b253a1122e8bfa (patch)
treeff388da577a44e69966fd9c0d855d7acccc9bbba /container-dev
parent46a1ed45abb3f7635069ff07d9e046406fe1062f (diff)
Move ArchiveStreamReader and its large dependency from vespajlib to application-model.
This avoids it being pulled in to the config-model-fat that make the install larger than necessary.
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index 85c6371d59c..13ff9de57aa 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -164,10 +164,6 @@
<artifactId>zero-allocation-hashing</artifactId>
</exclusion>
<exclusion>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-compress</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.lz4</groupId>
<artifactId>lz4-java</artifactId>
</exclusion>