aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-cloud-aws/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-07-04 13:25:33 +0200
committergjoranv <gv@yahooinc.com>2023-07-04 13:25:33 +0200
commitbd719b81d00c7015b820c93f2d1ef460c97f64cc (patch)
tree90fa420264eed1c2b03d7cb6bb4274606dbc0293 /jdisc-cloud-aws/pom.xml
parent394c04ac5bdaea3a56ac01f123d09af75f8e550d (diff)
Do not use version for allowed embedded artifacts.
- Rename ArtifactInfo -> ArtifactId and simply ignore versions.
Diffstat (limited to 'jdisc-cloud-aws/pom.xml')
-rw-r--r--jdisc-cloud-aws/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml
index a383edfbbc9..66b75bb6407 100644
--- a/jdisc-cloud-aws/pom.xml
+++ b/jdisc-cloud-aws/pom.xml
@@ -60,8 +60,8 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations:2.15.2, com.fasterxml.jackson.core:jackson-core:2.15.2,
- com.fasterxml.jackson.core:jackson-databind:2.15.2, commons-logging:commons-logging:1.2</allowEmbeddedArtifacts>
+ <allowEmbeddedArtifacts>com.fasterxml.jackson.core:jackson-annotations, com.fasterxml.jackson.core:jackson-core,
+ com.fasterxml.jackson.core:jackson-databind, commons-logging:commons-logging</allowEmbeddedArtifacts>
</configuration>
</plugin>
</plugins>