summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-04 15:11:54 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:29 +0200
commit4aff0cb17fcd2f14d8b0f4e1d6caf9cd871d7b74 (patch)
tree848073d9bade68eac82bcff3a33facbef960ba1f /container-test
parent10bdcee7461a262c39d7f8d0a800d585822593a7 (diff)
Stop providing org.lz4:lz4-java and exporting net.jpountz packages
- Not leaked from any public apis. - Must be added to container-test for unit tests with application
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 438a2ca5024..c6474730f42 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -103,5 +103,10 @@
<artifactId>json</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <!-- TODO: this, and probably others, could be removed from here if we make the fat jar the default artifact for jdisc_core -->
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </dependency>
</dependencies>
</project>