diff --git a/pom.xml b/pom.xml
index 28d3d8f..03412d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,10 +23,15 @@
3.6.3
+ 23.0.0
5.9.1
1.18.24
+ 6.49.0
+ 4.7.2
+ 2.11.0
+ 0.1.3
3.2.0
3.10.1
3.3.0
@@ -34,18 +39,14 @@
3.1.0
3.0.0-M1
3.2.2
+ 3.16.0
3.2.0
4.0.0-M1
3.0.0-M6
1.0.0.RC2
- 0.1.3
- 3.16.0
- 6.49.0
- 2.11.0
+ 0.9.17
4.7.2.0
- 4.7.2
- 23.0.0
-
+
UTF-8
${java.version}
@@ -53,8 +54,44 @@
+
+
+ native
+
+
+
+ org.graalvm.buildtools
+ native-maven-plugin
+ ${native.maven.plugin}
+ true
+
+
+ build-native
+
+ compile-no-fork
+
+ package
+
+
+ test-native
+
+ test
+
+ test
+
+
+
+ ${appName}
+ ${main.class}
+
+
+
+
+
+
+
org.projectlombok
lombok
@@ -62,12 +99,19 @@
provided
+
org.junit.jupiter
junit-jupiter-engine
${junit.version}
test
+
+ org.junit.jupiter
+ junit-jupiter-params
+ ${junit.version}
+ test
+