summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index e62be0fc637..15b8cd08808 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -138,6 +138,23 @@
<artifactId>jackson-datatype-jdk8</artifactId>
<scope>provided</scope>
</dependency>
+
+ <!-- ensure that transitive Jackson dependencies are not included in compile scope -->
+ <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>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>