From 91ba871751b613a2e8825a9d9e8daafc5d713363 Mon Sep 17 00:00:00 2001 From: 0007 <0007@qq.com> Date: Wed, 27 Aug 2025 19:57:06 +0800 Subject: [PATCH] Add File --- agents-flex-bom/pom.xml | 296 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 296 insertions(+) create mode 100644 agents-flex-bom/pom.xml diff --git a/agents-flex-bom/pom.xml b/agents-flex-bom/pom.xml new file mode 100644 index 0000000..4bfbae5 --- /dev/null +++ b/agents-flex-bom/pom.xml @@ -0,0 +1,296 @@ + + + 4.0.0 + + com.agentsflex + parent + ${revision} + + + agents-flex-bom + agents-flex-bom + + + 8 + 8 + UTF-8 + + + + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.jetbrains.kotlin + kotlin-stdlib-common + + + + com.agentsflex + agents-flex-core + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-common + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + org.slf4j + slf4j-simple + + + + + + + com.agentsflex + agents-flex-document-parser-poi + + + com.agentsflex + agents-flex-document-parser-pdfbox + + + com.agentsflex + agents-flex-document-parser-omniparse + + + + + + + com.agentsflex + agents-flex-image-gitee + + + com.agentsflex + agents-flex-image-openai + + + com.agentsflex + agents-flex-image-qianfan + + + com.agentsflex + agents-flex-image-qwen + + + org.slf4j + slf4j-simple + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + + + + + com.agentsflex + agents-flex-image-siliconflow + + + com.agentsflex + agents-flex-image-stability + + + com.agentsflex + agents-flex-image-tencent + + + com.agentsflex + agents-flex-image-volcengine + + + + + + + com.agentsflex + agents-flex-llm-chatglm + + + com.agentsflex + agents-flex-llm-coze + + + com.agentsflex + agents-flex-llm-deepseek + + + com.agentsflex + agents-flex-llm-gitee + + + com.agentsflex + agents-flex-llm-ollama + + + com.agentsflex + agents-flex-llm-openai + + + com.agentsflex + agents-flex-llm-qianfan + + + com.agentsflex + agents-flex-llm-qwen + + + com.agentsflex + agents-flex-llm-siliconflow + + + com.agentsflex + agents-flex-llm-spark + + + com.agentsflex + agents-flex-llm-tencent + + + com.agentsflex + agents-flex-llm-vllm + + + com.agentsflex + agents-flex-llm-volcengine + + + + + + + com.agentsflex + agents-flex-rerank-default + + + com.agentsflex + agents-flex-rerank-gitee + + + + + + com.agentsflex + agents-flex-chain-qlexpress + + + com.agentsflex + agents-flex-chain-groovy + + + com.agentsflex + agents-flex-chain-js + + + + + + + com.agentsflex + agents-flex-store-aliyun + + + com.agentsflex + agents-flex-store-chroma + + + com.agentsflex + agents-flex-store-elasticsearch + + + com.agentsflex + agents-flex-store-milvus + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.slf4j + slf4j-reload4j + + + + + com.agentsflex + agents-flex-store-opensearch + + + com.agentsflex + agents-flex-store-pgvector + + + com.agentsflex + agents-flex-store-qcloud + + + com.agentsflex + agents-flex-store-qdrant + + + com.agentsflex + agents-flex-store-redis + + + com.agentsflex + agents-flex-store-vectorex + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.slf4j + slf4j-simple + + + + + com.agentsflex + agents-flex-store-vectorexdb + + + org.slf4j + slf4j-simple + + + org.jetbrains.kotlin + kotlin-stdlib + + + + + + + + com.agentsflex + agents-flex-search-engine-service + + + com.agentsflex + agents-flex-search-engine-es + + + com.agentsflex + agents-flex-search-engine-lucene + + + +