From 43c6f24dbc264abe6ae6eaa2248eba2f4b4367c2 Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:57:39 +0800 Subject: [PATCH] Add File --- .../agents-flex-llm-chatglm/pom.xml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 agents-flex-llm/agents-flex-llm-chatglm/pom.xml diff --git a/agents-flex-llm/agents-flex-llm-chatglm/pom.xml b/agents-flex-llm/agents-flex-llm-chatglm/pom.xml new file mode 100644 index 0000000..700717d --- /dev/null +++ b/agents-flex-llm/agents-flex-llm-chatglm/pom.xml @@ -0,0 +1,67 @@ + + + 4.0.0 + + com.agentsflex + agents-flex-llm + ${revision} + + + agents-flex-llm-chatglm + agents-flex-llm-chatglm + + + 8 + 8 + UTF-8 + + + + + com.agentsflex + agents-flex-core + compile + + + + io.jsonwebtoken + jjwt-api + 0.12.6 + + + + io.jsonwebtoken + jjwt-impl + 0.12.6 + runtime + + + + io.jsonwebtoken + jjwt-jackson + 0.12.6 + runtime + + + + + + + junit + junit + test + + +