Skip to content

Commit

Permalink
✨ Add Class-Path to MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang authored and mkjsix committed Jul 17, 2024
1 parent a1650d0 commit 2e93ac8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@
<manifest>
<addClasspath>true</addClasspath>
<mainClass>org.restheart.Bootstrapper</mainClass>
<addClasspath>true</addClasspath>
<classpathPrefix>lib/</classpathPrefix>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
Expand Down

0 comments on commit 2e93ac8

Please sign in to comment.