summaryrefslogtreecommitdiffstats
path: root/bundle-plugin-test
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 11:07:18 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-07 11:21:35 +0200
commit231eff1c9dbc74ea985f247c99a6d38132c38d35 (patch)
treea23cb6160ba2fc9bdceee4eeda2a70c337fa320e /bundle-plugin-test
parenta429a77efa405ca5f4c62379101f7429b3ada840 (diff)
Deduplicate version declarations
Diffstat (limited to 'bundle-plugin-test')
-rw-r--r--bundle-plugin-test/test-bundles/main/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundle-plugin-test/test-bundles/main/pom.xml b/bundle-plugin-test/test-bundles/main/pom.xml
index 21399291442..c4dd3407607 100644
--- a/bundle-plugin-test/test-bundles/main/pom.xml
+++ b/bundle-plugin-test/test-bundles/main/pom.xml
@@ -24,7 +24,6 @@
<!-- Added to verify that module-info.class can be handled by bundle-plugin without throwing an exception. -->
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.3.0</version>
</dependency>
</dependencies>
<build>