This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new b77f00825e Fix failed build with Java 17
b77f00825e is described below
commit b77f00825e87c5cfda53e3c25208b166e2243eec
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Nov 20 10:59:19 2024 +0100
Fix failed build with Java 17
---
tools/maven-bundle-plugin/pom.xml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/tools/maven-bundle-plugin/pom.xml
b/tools/maven-bundle-plugin/pom.xml
index 077937388c..3d303c4980 100644
--- a/tools/maven-bundle-plugin/pom.xml
+++ b/tools/maven-bundle-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>felix-parent</artifactId>
<groupId>org.apache.felix</groupId>
- <version>7</version>
+ <version>9</version>
<relativePath>../../pom/pom.xml</relativePath>
</parent>
@@ -38,7 +38,7 @@
resources and dependencies. Plus a zillion other features.
The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
</description>
-
+
<url>http://felix.apache.org/components/bundle-plugin/</url>
<scm>
@@ -268,11 +268,6 @@
<version>1.1.0</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>1.1</version>
- </dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>