aboutsummaryrefslogtreecommitdiffstats
path: root/container-accesslogging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-accesslogging/pom.xml')
-rw-r--r--container-accesslogging/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/container-accesslogging/pom.xml b/container-accesslogging/pom.xml
index ceebdad2c6c..dc3350896ff 100644
--- a/container-accesslogging/pom.xml
+++ b/container-accesslogging/pom.xml
@@ -63,6 +63,21 @@
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
<build>
<plugins>