Bladeren bron

fix:【ai】解决 elasticsearch 依赖,导致 spring boot admin 启动报错的问题

YunaiV 5 maanden geleden
bovenliggende
commit
a86b5830c2
1 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  1. 7 1
      yudao-module-ai/pom.xml

+ 7 - 1
yudao-module-ai/pom.xml

@@ -20,7 +20,8 @@
     </description>
     <properties>
         <spring-ai.version>1.1.0</spring-ai.version>
-        <alibaba-ai.version>1.1.0.0-M5</alibaba-ai.version>
+        <!-- https://mvnrepository.com/artifact/com.alibaba.cloud.ai/spring-ai-alibaba -->
+        <alibaba-ai.version>1.1.0.0-RC1</alibaba-ai.version>
         <tinyflow.version>1.2.6</tinyflow.version>
     </properties>
 
@@ -226,6 +227,11 @@
                     <groupId>com.agentsflex</groupId>
                     <artifactId>agents-flex-store-elasticsearch</artifactId>
                 </exclusion>
+                <exclusion>
+                    <!-- 解决 https://t.zsxq.com/pCBZC 问题 -->
+                    <groupId>com.agentsflex</groupId>
+                    <artifactId>agents-flex-search-engine-es</artifactId>
+                </exclusion>
                 <exclusion>
                     <!-- TODO @芋艿:暂时移除 groovy,和 iot 冲突 -->
                     <groupId>org.codehaus.groovy</groupId>