summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-08-28 13:08:19 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-08-29 21:51:45 +0200
commita6e41cf35eb2b49e767c1af443fe892a75893be7 (patch)
tree2763d863cc81554a08559d1c281b59bf01b4030c /pom.xml
parenteceefd7e1772bed653937b0ff98f6e9309d09b2a (diff)
Added new ScanUdpPortTask class to also handle udp using FFMHEADtrunk
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 935339a..a5c3692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,6 +74,9 @@
<version>3.5.1</version>
<configuration>
<archive>
+ <manifestEntries>
+ <Enable-Native-Access>ALL-UNNAMED</Enable-Native-Access>
+ </manifestEntries>
<manifest>
<mainClass>com.it_jaros.jns.App</mainClass>
</manifest>