|
5 | 5 |
|
6 | 6 | <groupId>apijson.router</groupId> |
7 | 7 | <artifactId>apijson-router</artifactId> |
8 | | - <version>2.1.5</version> |
| 8 | + <version>2.1.7</version> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 |
|
11 | 11 | <name>APIJSONRouter</name> |
|
14 | 14 | <properties> |
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
17 | | - <java.version>17</java.version> |
| 17 | + <java.version>1.8</java.version> |
18 | 18 | <maven.compiler.encoding>UTF-8</maven.compiler.encoding> |
19 | | - <maven.compiler.source>17</maven.compiler.source> |
20 | | - <maven.compiler.target>17</maven.compiler.target> |
21 | 19 | </properties> |
22 | 20 |
|
23 | 21 | <dependencies> |
24 | 22 | <!-- JDK 17+, SpringBoot 3.0+ --> |
25 | 23 | <dependency> |
26 | 24 | <groupId>jakarta.servlet</groupId> |
27 | 25 | <artifactId>jakarta.servlet-api</artifactId> |
28 | | - <version>6.0.0</version> |
| 26 | + <version>5.0.0</version> |
29 | 27 | <scope>provided</scope> |
30 | 28 | </dependency> |
31 | 29 |
|
|
34 | 32 | <groupId>javax.servlet</groupId> |
35 | 33 | <artifactId>javax.servlet-api</artifactId> |
36 | 34 | <version>4.0.1</version> |
| 35 | + <scope>provided</scope> |
37 | 36 | </dependency> |
38 | 37 |
|
39 | 38 | <dependency> |
|
46 | 45 | <dependency> |
47 | 46 | <groupId>com.github.Tencent</groupId> |
48 | 47 | <artifactId>APIJSON</artifactId> |
49 | | - <version>7.1.0</version> |
| 48 | + <version>7.5.5</version> |
50 | 49 | </dependency> |
51 | 50 | <dependency> |
52 | 51 | <groupId>com.github.APIJSON</groupId> |
53 | 52 | <artifactId>apijson-framework</artifactId> |
54 | | - <version>7.1.5</version> |
| 53 | + <version>7.1.7</version> |
55 | 54 | </dependency> |
56 | 55 | </dependencies> |
57 | 56 |
|
|
62 | 61 | <artifactId>maven-compiler-plugin</artifactId> |
63 | 62 | <version>3.12.1</version> |
64 | 63 | <configuration> |
65 | | - <source>17</source> |
66 | | - <target>17</target> |
| 64 | + <source>1.8</source> |
| 65 | + <target>1.8</target> |
67 | 66 | </configuration> |
68 | 67 | </plugin> |
69 | 68 | </plugins> |
|
0 commit comments