Skip to content

Commit

Permalink
change(ai): remove ai module
Browse files Browse the repository at this point in the history
  • Loading branch information
yuluo-yx authored Nov 16, 2024
1 parent af89634 commit 4508b85
Show file tree
Hide file tree
Showing 103 changed files with 0 additions and 10,356 deletions.
30 changes: 0 additions & 30 deletions spring-cloud-alibaba-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<!-- Apache RocketMQ -->
<rocketmq.version>5.3.1</rocketmq.version>

<!-- Spring AI -->
<spring.ai.version>1.0.0-M1</spring.ai.version>
<dashscope-sdk-java.version>2.15.1</dashscope-sdk-java.version>

<!-- scheduling -->
<shedlock.version>4.23.0</shedlock.version>
<schedulerx.worker.version>1.11.4</schedulerx.worker.version>
Expand All @@ -50,19 +46,6 @@
<version>${nacos.client.version}</version>
</dependency>

<!-- Spring AI & dashscope SDK-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dashscope-sdk-java</artifactId>
<version>${dashscope-sdk-java.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>${spring.ai.version}</version>
</dependency>

<!-- Sentinel -->
<dependency>
<groupId>com.alibaba.csp</groupId>
Expand Down Expand Up @@ -235,11 +218,6 @@
<version>${revision}</version>
</dependency>

<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-ai</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-alibaba-nacos-config</artifactId>
Expand Down Expand Up @@ -288,14 +266,6 @@
<version>${revision}</version>
</dependency>

<!-- Testing Dependencies -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-test</artifactId>
<version>${spring.ai.version}</version>
<scope>test</scope>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4508b85

Please sign in to comment.