summaryrefslogtreecommitdiffstats
path: root/container-disc/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-26 10:00:49 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-11-26 10:00:49 +0100
commit12259311b1723da1af7f55659d0becc8e0416388 (patch)
tree73722fa2669f068d59e5b52ffdf8724cebde0faf /container-disc/pom.xml
parent670ca80219ccc3d29ae0b599eb42527978e078db (diff)
Workaround for container-core dependencies disappearing from container-disc
Diffstat (limited to 'container-disc/pom.xml')
-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>