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