Skip to content

Commit 4235de7

Browse files
committed
Add the level entries in the MANIFEST to satisfy the recommendations of Java in security (Permissions and Codebase properties)
1 parent c8fea5d commit 4235de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
</manifest>
9898
<manifestEntries>
9999
<Permissions>all-permissions</Permissions>
100+
<Codebase>*</Codebase>
100101
</manifestEntries>
101102
</archive>
102103
</configuration>

0 commit comments

Comments
 (0)