Skip to content

Commit

Permalink
Fix failed build with Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegeler committed Nov 20, 2024
1 parent f447750 commit b77f008
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tools/maven-bundle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b77f008

Please sign in to comment.