Skip to content

Commit bb269ff

Browse files
authored
[type:refactor] refactor ai plugin (#6010)
1 parent 532461e commit bb269ff

File tree

2 files changed

+3
-14
lines changed
  • shenyu-plugin/shenyu-plugin-ai

2 files changed

+3
-14
lines changed

shenyu-plugin/shenyu-plugin-ai/pom.xml

+3-9
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,15 @@
1919
<project xmlns="http://maven.apache.org/POM/4.0.0"
2020
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2121
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22-
<modelVersion>4.0.0</modelVersion>
23-
<packaging>pom</packaging>
22+
2423
<parent>
2524
<groupId>org.apache.shenyu</groupId>
2625
<artifactId>shenyu-plugin</artifactId>
2726
<version>2.7.1-SNAPSHOT</version>
2827
</parent>
29-
28+
<modelVersion>4.0.0</modelVersion>
3029
<artifactId>shenyu-plugin-ai</artifactId>
31-
32-
<properties>
33-
<maven.compiler.source>18</maven.compiler.source>
34-
<maven.compiler.target>18</maven.compiler.target>
35-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
</properties>
30+
<packaging>pom</packaging>
3731

3832
<modules>
3933
<module>shenyu-plugin-ai-common</module>

shenyu-plugin/shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<artifactId>shenyu-plugin-ai-token-limiter</artifactId>
2828

2929
<dependencies>
30-
<!-- <dependency>-->
31-
<!-- <groupId>org.apache.shenyu</groupId>-->
32-
<!-- <artifactId>shenyu-plugin-logging-common</artifactId>-->
33-
<!-- <version>${project.version}</version>-->
34-
<!-- </dependency>-->
3530
<dependency>
3631
<groupId>org.apache.shenyu</groupId>
3732
<artifactId>shenyu-plugin-ai-common</artifactId>

0 commit comments

Comments
 (0)