File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >apijson.orm</groupId >
77 <artifactId >apijson-orm</artifactId >
8- <version >4.4.8 </version >
8+ <version >4.5.1 </version >
99 <packaging >jar</packaging >
1010
1111 <name >APIJSONORM</name >
1212 <description >APIJSON ORM Library</description >
1313
14-
1514 <properties >
1615 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1716 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1817 <java .version>1.8</java .version>
1918 </properties >
2019
2120 <dependencies >
21+ <!-- 1.2.75 会导致编译报错,且忽略错误后启动报错找不到主类 -->
2222 <dependency >
2323 <groupId >com.alibaba</groupId >
2424 <artifactId >fastjson</artifactId >
25- <version >1.2.75 </version >
25+ <version >1.2.74 </version >
2626 </dependency >
2727 </dependencies >
2828
You can’t perform that action at this time.
0 commit comments