From 571ec0b892313bd8eae2d5125865d44c8c4d6570 Mon Sep 17 00:00:00 2001 From: p7mpv4cbt <1352787923@qq.com> Date: Wed, 5 Nov 2025 11:29:53 +0800 Subject: [PATCH] ADD file via upload --- pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..0199869 --- /dev/null +++ b/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + com.llm.analysis + llm-danmu-analyzer + 1.0-SNAPSHOT + + + 17 + 17 + UTF-8 + UTF-8 + + + + + org.jsoup + jsoup + 1.17.2 + + + + com.google.code.gson + gson + 2.10.1 + + + + com.hankcs + hanlp + portable-1.8.4 + + + + org.apache.poi + poi-ooxml + 5.2.5 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.13.0 + + UTF-8 + + + + + org.codehaus.mojo + exec-maven-plugin + 3.1.1 + + com.llm.analysis.MainApplication + + + + + \ No newline at end of file