Skip to content

Commit 9a261ed

Browse files
Pin maven-bundle-plugin version to 5.1.4
Addresses build issues with recent JDK versions RES-686
1 parent b7471aa commit 9a261ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@
169169
</manifest>
170170
</archive>
171171
</configuration>
172+
</plugin>
173+
<plugin>
174+
<groupId>org.apache.felix</groupId>
175+
<artifactId>maven-bundle-plugin</artifactId>
176+
<version>5.1.4</version>
172177
</plugin>
173178
</plugins>
174179
</build>

0 commit comments

Comments
 (0)