We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cc015 commit 97c82ddCopy full SHA for 97c82dd
spring-ai-alibaba-nl2sql/spring-ai-alibaba-nl2sql-management/pom.xml
@@ -30,6 +30,12 @@
30
<groupId>com.alibaba.cloud.ai</groupId>
31
<artifactId>spring-ai-alibaba-nl2sql-chat</artifactId>
32
<version>${project.version}</version>
33
+ <exclusions>
34
+ <exclusion>
35
+ <groupId>org.jboss.slf4j</groupId>
36
+ <artifactId>slf4j-jboss-logmanager</artifactId>
37
+ </exclusion>
38
+ </exclusions>
39
</dependency>
40
<dependency>
41
<groupId>org.springframework.boot</groupId>
0 commit comments