summaryrefslogtreecommitdiffstats
path: root/container-accesslogging
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-26 14:29:33 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-26 14:30:56 +0100
commitd6553cd3f5935ce93e324ca77c36279229495a11 (patch)
tree30f65489d71faf872e023e8cdfd7a12c63003d6f /container-accesslogging
parent4b8a65c48af0dd338bed5506a57bec6e002f58f3 (diff)
Don't embed Jackson bundles
Diffstat (limited to 'container-accesslogging')
-rw-r--r--container-accesslogging/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/container-accesslogging/pom.xml b/container-accesslogging/pom.xml
index c48b5cc13da..c82cfd000d9 100644
--- a/container-accesslogging/pom.xml
+++ b/container-accesslogging/pom.xml
@@ -67,13 +67,8 @@
<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>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>