From e1c4f7ac903df58ae5f63c6f837af9f97426f5ad Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Sun, 13 Oct 2024 23:20:17 -0700 Subject: add Java captcha data updater script --- VtuberCaptchaUpdater/pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 VtuberCaptchaUpdater/pom.xml (limited to 'VtuberCaptchaUpdater/pom.xml') diff --git a/VtuberCaptchaUpdater/pom.xml b/VtuberCaptchaUpdater/pom.xml new file mode 100644 index 0000000..a17a550 --- /dev/null +++ b/VtuberCaptchaUpdater/pom.xml @@ -0,0 +1,47 @@ + + 4.0.0 + + org.example + VtuberCaptchaUpdater + 1.0-SNAPSHOT + jar + + VtuberCaptchaUpdater + http://maven.apache.org + + + UTF-8 + + + + + com.pinapelz + jholodex + 1.41 + + + org.json + json + 20240303 + + + + org.postgresql + postgresql + 42.7.4 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 9 + 9 + + + + + -- cgit v1.2.3