aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@vespa.ai>2023-12-08 10:51:03 +0100
committerBjørn Christian Seime <bjorncs@vespa.ai>2023-12-08 11:03:10 +0100
commita6702a49dcdd7278c5972b11ed78ce5b330cad4b (patch)
treee7098991b691d98bf27c2aeaba8d7bb5f3b1b840 /jdisc-cloud-aws/pom.xml
parentdd866f6070d65c36d7c68607a0b4115f853a6c47 (diff)
Remove commons-logging from container-dev
We do not provide commons-logging, only slf4j bindings through jcl-over-slf4j. The bindings is what available at runtime through jdisc_core.
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index 8b96cb22fab..55cc03be562 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -82,7 +82,7 @@
<extensions>true</extensions>
<configuration>
<allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations, com.fasterxml.jackson.core:jackson-core,
- com.fasterxml.jackson.core:jackson-databind, commons-logging:commons-logging</allowEmbeddedArtifacts>
+ com.fasterxml.jackson.core:jackson-databind</allowEmbeddedArtifacts>
</configuration>
</plugin>
</plugins>