commit 43f22d1346e4cb66a77f223a61c1cc5ad4727191 Author: Bryce Date: Mon Apr 22 12:39:47 2024 +0000 intial commit diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..930c77e --- /dev/null +++ b/pom.xml @@ -0,0 +1,72 @@ + + + 4.0.0 + + com.example + minecraft-chatbot + 1.0 + + + + 21 + 21 + + + + + + org.spigotmc + spigot-api + 1.20.4-R0.1-SNAPSHOT + provided + + + + + com.google.api-client + google-api-client + 2.4.0 + + + com.google.http-client + google-http-client + 1.44.1 + + + com.google.http-client + google-http-client-jackson2 + 1.44.1 + + + com.google.oauth-client + google-oauth-client + 1.35.0 + + + com.google.apis + google-api-services-youtube + v3-rev222-1.25.0 + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 21 + 21 + + --enable-preview + + + + + + +