File tree 2 files changed +3
-14
lines changed
shenyu-plugin/shenyu-plugin-ai
shenyu-plugin-ai-token-limiter
2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 19
19
<project xmlns =" http://maven.apache.org/POM/4.0.0"
20
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
21
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
+
24
23
<parent >
25
24
<groupId >org.apache.shenyu</groupId >
26
25
<artifactId >shenyu-plugin</artifactId >
27
26
<version >2.7.1-SNAPSHOT</version >
28
27
</parent >
29
-
28
+ < modelVersion >4.0.0</ modelVersion >
30
29
<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 >
37
31
38
32
<modules >
39
33
<module >shenyu-plugin-ai-common</module >
Original file line number Diff line number Diff line change 27
27
<artifactId >shenyu-plugin-ai-token-limiter</artifactId >
28
28
29
29
<dependencies >
30
- <!-- <dependency>-->
31
- <!-- <groupId>org.apache.shenyu</groupId>-->
32
- <!-- <artifactId>shenyu-plugin-logging-common</artifactId>-->
33
- <!-- <version>${project.version}</version>-->
34
- <!-- </dependency>-->
35
30
<dependency >
36
31
<groupId >org.apache.shenyu</groupId >
37
32
<artifactId >shenyu-plugin-ai-common</artifactId >
You can’t perform that action at this time.
0 commit comments