File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed
Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change 1414 <properties >
1515 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1616 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17- <java .version>17</java .version>
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>
17+ <java .version>1.8</java .version>
2118 </properties >
2219
2320 <dependencies >
2623 <artifactId >fastjson</artifactId >
2724 <version >1.2.83</version >
2825 </dependency >
26+ <dependency >
27+ <groupId >javax.activation</groupId >
28+ <artifactId >activation</artifactId >
29+ <version >1.1.1</version >
30+ </dependency >
2931 </dependencies >
3032
3133 <build >
3537 <artifactId >maven-compiler-plugin</artifactId >
3638 <version >3.12.1</version >
3739 <configuration >
38- <source >17 </source >
39- <target >17 </target >
40+ <source >1.8 </source >
41+ <target >1.8 </target >
4042 </configuration >
4143 </plugin >
42-
43- <plugin >
44- <groupId >org.apache.maven.plugins</groupId >
45- <artifactId >maven-source-plugin</artifactId >
46- <version >3.2.1</version >
47- <executions >
48- <execution >
49- <phase >package</phase >
50- <goals >
51- <goal >jar-no-fork</goal >
52- </goals >
53- </execution >
54- </executions >
55- </plugin >
5644 </plugins >
5745 </build >
5846
You can’t perform that action at this time.
0 commit comments