Skip to content

Commit

Permalink
Added Automatic-Module-Name entry to the generated manifest file (#296)
Browse files Browse the repository at this point in the history
Co-authored-by: Erwin Dupont <erwin.dupont@aca-it.be>
  • Loading branch information
duponter and Erwin Dupont committed Sep 9, 2021
1 parent 34a38f6 commit d057983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -128,6 +128,7 @@
<Implementation-Version>${project.version}</Implementation-Version>
<Bundle-Name>Failsafe</Bundle-Name>
<Bundle-SymbolicName>net.jodah.failsafe</Bundle-SymbolicName>
<Automatic-Module-Name>net.jodah.failsafe</Automatic-Module-Name>
<Export-Package>net.jodah.failsafe*;version=1.0</Export-Package>
<Import-Package>*</Import-Package>
</instructions>
Expand Down

0 comments on commit d057983

Please sign in to comment.