Skip to content

Commit

Permalink
Fix OSGi manifests
Browse files Browse the repository at this point in the history
Using a comment for the bnd.extraImports variable newly produces a
build error. It appears this was never correct: no error was generated,
but the generated manifests seem to be missing third-party imports.

Setting the variable to an empty value works.
  • Loading branch information
tomaswolf committed Dec 28, 2023
1 parent f5c63a8 commit 6f69e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<sshd.tests.rerun.count>2</sshd.tests.rerun.count>

<dependency.download.silent>true</dependency.download.silent>
<bnd.extraImports># A comment indicates 'none'</bnd.extraImports>
<bnd.extraImports></bnd.extraImports>
</properties>

<profiles>
Expand Down

0 comments on commit 6f69e41

Please sign in to comment.