From 95838d5fd4a22223cda0c08394cd1aa3a44c3120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Tue, 10 Oct 2023 22:02:38 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9APOM=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 158 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..10292a5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,158 @@ + + + 4.0.0 + + cn.bugstack + chatglm-sdk-java + 1.0-SNAPSHOT + + chatglm-sdk-java + OpenAI Java SDK, ZhiPuAi ChatGLM Java SDK . + https://open.bigmodel.cn/ + + + + MIT License + https://www.opensource.org/licenses/mit-license.php + repo + + + + + + Southeast + Southeast + 184172133@qq.com + https://github.com/fuzhengwei + chatglm ai + https://open.bigmodel.cn/ + + architect + developer + + Asia/Shanghai + + + + scm:git:https://github.com/fuzhengwei/chatglm-sdk-java.git + scm:git:https://github.com/fuzhengwei/chatglm-sdk-java.git + HEAD + https://github.com/fuzhengwei/chatglm-sdk-java + + + + 1.8 + UTF-8 + 1.8 + 1.8 + 2.9.0 + 2.0.6 + + + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + + com.squareup.okhttp3 + okhttp-sse + 3.14.9 + + + com.squareup.okhttp3 + logging-interceptor + 3.14.9 + + + com.squareup.retrofit2 + retrofit + ${retrofit2.version} + + + com.squareup.retrofit2 + converter-jackson + ${retrofit2.version} + + + com.squareup.retrofit2 + adapter-rxjava2 + ${retrofit2.version} + + + junit + junit + 4.13.2 + test + + + org.jetbrains + annotations + RELEASE + compile + + + com.knuddels + jtokkit + 0.2.0 + + + org.projectlombok + lombok + 1.18.24 + compile + + + org.apache.commons + commons-lang3 + 3.9 + + + com.auth0 + java-jwt + 4.2.2 + + + + com.google.guava + guava + 32.1.2-jre + + + + com.alibaba + fastjson + 2.0.41 + provided + true + + + + + chatglm-sdk-java + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + org.codehaus.mojo + versions-maven-plugin + 2.7 + + + + + \ No newline at end of file -- GitLab