summaryrefslogtreecommitdiffstats
path: root/container-accesslogging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-accesslogging/pom.xml')
-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>