summaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2023-01-26 00:50:51 +0100
committerGitHub <noreply@github.com>2023-01-26 00:50:51 +0100
commit11002ce7a74103b5180a7ef7befb5d1fa09ebe83 (patch)
tree841168ac6c3ad0856d6dc9224220f8a135030168 /jdisc-cloud-aws
parent8096d5ec0490ae7da7d3208c84546d2798781e52 (diff)
Revert "Revert "Revert "Bjorncs/bundle cleanup [run-systemtest]"""
Diffstat (limited to 'jdisc-cloud-aws')
-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>