aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-01-25 14:55:14 +0100
committerGitHub <noreply@github.com>2023-01-25 14:55:14 +0100
commit5865dcca9bb427fd265609b4edf80e8fdd30a168 (patch)
treea6b2b2e167023c6c456347ee8eeaccbcdf634081 /jdisc-cloud-aws/pom.xml
parent904dd2bd8e3a19d4552719ca52baa427d511fcde (diff)
Revert "Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713)"
This reverts commit 1ef8e73ab5ef6ea72297bed35ecc1f0f0703c46f.
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 5ae3e056309..5d749084eaf 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -37,6 +37,10 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -59,6 +63,11 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
<build>