From ce985aeaed676a1a1c7c282a7e2e549260675136 Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:59:05 +0800 Subject: [PATCH] Add File --- agents-flex-core/pom.xml | 79 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 agents-flex-core/pom.xml diff --git a/agents-flex-core/pom.xml b/agents-flex-core/pom.xml new file mode 100644 index 0000000..7a1f463 --- /dev/null +++ b/agents-flex-core/pom.xml @@ -0,0 +1,79 @@ + + + 4.0.0 + + com.agentsflex + parent + ${revision} + + + agents-flex-core + agents-flex-core + + + 8 + 8 + UTF-8 + + + + + + com.squareup.okhttp3 + okhttp + + + + com.squareup.okhttp3 + okhttp-sse + + + + com.alibaba + fastjson + + + + org.slf4j + slf4j-api + + + + org.slf4j + slf4j-simple + + + + com.knuddels + jtokkit + 1.0.0 + + + + org.graalvm.js + js-scriptengine + 21.3.3.1 + + + + org.graalvm.js + js + 21.3.3.1 + + + + junit + junit + test + + + com.google.code.gson + gson + 2.11.0 + compile + + + +