summaryrefslogtreecommitdiffstats
path: root/container-disc
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-03-02 09:32:36 +0100
committerGitHub <noreply@github.com>2021-03-02 09:32:36 +0100
commit2edfae6c18002e494841339c730ea0bb07506c9a (patch)
tree843e64667bd4bbd9af3415828c01a5d1a0b10450 /container-disc
parenteb448a051a2506848f3cde690ed0f6e1f28df940 (diff)
parent67a058390e2af1ccfa16d8c702bfdb614130dc9f (diff)
Merge pull request #16722 from vespa-engine/gjoranv/reduce-dependencies_part2
Gjoranv/reduce dependencies part2
Diffstat (limited to 'container-disc')
-rw-r--r--container-disc/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/container-disc/pom.xml b/container-disc/pom.xml
index 857696a14a7..a5f678ad828 100644
--- a/container-disc/pom.xml
+++ b/container-disc/pom.xml
@@ -138,18 +138,6 @@
</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>
-
<!-- ensure that transitive Jackson dependencies are not included in compile scope -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>