aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorgjoranv <gv@yahooinc.com>2023-06-30 21:39:45 +0200
committergjoranv <gv@yahooinc.com>2023-07-03 22:37:54 +0200
commit65a282ad8124f49c9584ab0293481d71f612fe85 (patch)
tree0aaef9e0c7f8997c8772d6f99f999c09a84f8371 /bundle-plugin-test
parentb79d3e00ebd5d989f085991e75d26578e90ebadd (diff)
Use a list of allowed artifacts instead of a simple switch.
- Suppress warning for embedding jaxb-api in test bundle.
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/test-bundles/main/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle-plugin-test/test-bundles/main/pom.xml b/bundle-plugin-test/test-bundles/main/pom.xml
index 18963343283..21399291442 100644
--- a/bundle-plugin-test/test-bundles/main/pom.xml
+++ b/bundle-plugin-test/test-bundles/main/pom.xml
@@ -35,6 +35,7 @@
<extensions>true</extensions>
<configuration>
<bundleType>INTERNAL</bundleType>
+ <allowEmbeddedArtifacts>javax.xml.bind:jaxb-api:2.3.0</allowEmbeddedArtifacts>
<Import-Package>
manualImport.withoutVersion,
manualImport.withVersion;version="12.3.4",