Commit ba78f17
committed
Fix NPE caused by old bundle plugin version (#13106)
Motivation:
We used some very old bundle plugin version in our commons module. This caused a NPE when using a more recent JDK.
Modifications:
- Update the plugin version in general
- Remove extra version declaration in common pom.xml
Result:
No more NPE during build1 parent 05153ac commit ba78f17
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
1493 | | - | |
| 1493 | + | |
1494 | 1494 | | |
1495 | 1495 | | |
1496 | 1496 | | |
| |||
0 commit comments