summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-04-26 20:30:36 +0200
committergjoranv <gv@verizonmedia.com>2020-04-26 20:42:09 +0200
commit26efd1a58ee880929e78819b854224e6da580019 (patch)
treecfeefd5084afdfd8865f2d63db0f53f5d7febcfb /container-accesslogging
parent82b5946da9cc64e536793fd48790b14286c31bb2 (diff)
Add dependency to vespalog (directly used by these modules)
Diffstat (limited to 'container-accesslogging')
-rw-r--r--container-accesslogging/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/container-accesslogging/pom.xml b/container-accesslogging/pom.xml
index 59dabba9efe..ba544e04fc8 100644
--- a/container-accesslogging/pom.xml
+++ b/container-accesslogging/pom.xml
@@ -51,6 +51,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespalog</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>