This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new bb269ff41d [type:refactor] refactor ai plugin (#6010)
bb269ff41d is described below
commit bb269ff41dc487f0d58ca8860b2ec91eb33f5391
Author: moremind <[email protected]>
AuthorDate: Wed Apr 23 17:06:19 2025 +0800
[type:refactor] refactor ai plugin (#6010)
---
shenyu-plugin/shenyu-plugin-ai/pom.xml | 12 +++---------
.../shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml | 5 -----
2 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/shenyu-plugin/shenyu-plugin-ai/pom.xml
b/shenyu-plugin/shenyu-plugin-ai/pom.xml
index 8ae190877e..63558f3816 100644
--- a/shenyu-plugin/shenyu-plugin-ai/pom.xml
+++ b/shenyu-plugin/shenyu-plugin-ai/pom.xml
@@ -19,21 +19,15 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
+
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-plugin</artifactId>
<version>2.7.1-SNAPSHOT</version>
</parent>
-
+ <modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-plugin-ai</artifactId>
-
- <properties>
- <maven.compiler.source>18</maven.compiler.source>
- <maven.compiler.target>18</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
+ <packaging>pom</packaging>
<modules>
<module>shenyu-plugin-ai-common</module>
diff --git
a/shenyu-plugin/shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml
b/shenyu-plugin/shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml
index 82e713b5f6..3ac10adbd8 100644
--- a/shenyu-plugin/shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml
+++ b/shenyu-plugin/shenyu-plugin-ai/shenyu-plugin-ai-token-limiter/pom.xml
@@ -27,11 +27,6 @@
<artifactId>shenyu-plugin-ai-token-limiter</artifactId>
<dependencies>
-<!-- <dependency>-->
-<!-- <groupId>org.apache.shenyu</groupId>-->
-<!-- <artifactId>shenyu-plugin-logging-common</artifactId>-->
-<!-- <version>${project.version}</version>-->
-<!-- </dependency>-->
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-plugin-ai-common</artifactId>