Skip to content

Commit

Permalink
Add Dependencies Manifest Entry
Browse files Browse the repository at this point in the history
Add a dependencies manifest entry so that Objenesis can access
jdk.unsupported when deployed in WildFly.
  • Loading branch information
marschall authored and henri-tremblay committed Oct 6, 2020
1 parent 93b173f commit 68c5180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>org.objenesis</Automatic-Module-Name>
<Dependencies>jdk.unsupported</Dependencies>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 68c5180

Please sign in to comment.