Skip to content

Commit

Permalink
Increased maven-bundle-plugin version
Browse files Browse the repository at this point in the history
This is to support build with jdk17.
  • Loading branch information
n-deliyski committed May 30, 2024
1 parent 8f7ac41 commit 48d22dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>4.2.1</version>
<version>5.1.9</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
Expand Down

0 comments on commit 48d22dc

Please sign in to comment.