Maven-bundle-plugin v2.5.3 java.lang.ArrayIndexOutOfBoundsException: Index 19 out of bounds for length 19

Hi,

on our instance we have a custom plugin that contains a client for soap Web Services communication.
We decided to execute the upgrade of jdk for our environments ( from jdk 1.8 to openjdk 11 ). Our problem is: when we compile our code with openjdk 11 on eclipse we have following error:

Generating a manifest for this plugin
[INFO] using maven-bundle-plugin v2.5.3
java.lang.ArrayIndexOutOfBoundsException: Index 19 out of bounds for length 19

I found on web that this issue is caused by version of maven-bundle-plugin. To compile the code we are using the atlassian sdk 8.2.7 that use apache maven v3.5.4.

there is a way to force to use maven-bundle-plugin v3.5.4?
Can you help us to solve this issue?