From aecdafa86dce5d64556b02a770ec47859f0d88bf Mon Sep 17 00:00:00 2001 From: rozhur Date: Fri, 11 Aug 2023 19:41:02 +0500 Subject: [PATCH] Create velocity module --- velocity/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 velocity/pom.xml diff --git a/velocity/pom.xml b/velocity/pom.xml new file mode 100644 index 0000000..3015227 --- /dev/null +++ b/velocity/pom.xml @@ -0,0 +1,38 @@ + + 4.0.0 + + + parent + org.zhdev.varioutil + 1.0-SNAPSHOT + + + velocity + + + + ${project.groupId} + misc + ${project.version} + compile + + + com.velocitypowered + velocity-api + 3.1.2-SNAPSHOT + provided + + + com.electronwill.night-config + toml + 3.6.6 + provided + + + org.asynchttpclient + async-http-client + 2.12.3 + provided + + + \ No newline at end of file