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