summaryrefslogtreecommitdiffstats
path: root/provided-dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'provided-dependencies')
-rwxr-xr-xprovided-dependencies/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/provided-dependencies/pom.xml b/provided-dependencies/pom.xml
index ca7a9739405..e73d9902ebe 100755
--- a/provided-dependencies/pom.xml
+++ b/provided-dependencies/pom.xml
@@ -66,6 +66,16 @@
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
</dependency>
+
+ <!-- Dependencies used by container-core -->
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jsr310</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.datatype</groupId>
+ <artifactId>jackson-datatype-jdk8</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>