Skip to content

Commit

Permalink
Properly address #14 and set Automatic-Module-Name to java.inject
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Jul 30, 2020
1 parent 0374d17 commit 45fd306
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 @@ -95,7 +95,7 @@
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>jakarta.inject</Automatic-Module-Name>
<Automatic-Module-Name>java.inject</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 45fd306

Please sign in to comment.