summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 98fb483f9bc..e62be0fc637 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -126,6 +126,18 @@
<scope>provided</scope>
</dependency>
<!-- end WARNING -->
+
+ <!-- dependencies used by container-core -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jdk8</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>
<plugins>