aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-01-24 18:58:58 +0100
committerGitHub <noreply@github.com>2023-01-24 18:58:58 +0100
commit1ef8e73ab5ef6ea72297bed35ecc1f0f0703c46f (patch)
treeab772b77fed05e050b16c471950a79896b0a294b /jdisc-cloud-aws/pom.xml
parent4e54a8cf76b8b472b20645b7dd0a2036e5637e3d (diff)
Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713)
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 5d749084eaf..5ae3e056309 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -37,10 +37,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>*</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -63,11 +59,6 @@
<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>