File tree Expand file tree Collapse file tree 2 files changed +20
-14
lines changed
Expand file tree Collapse file tree 2 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 3232 <nexus .staging.maven.plugin>1.6.3</nexus .staging.maven.plugin>
3333
3434 <codingapi .framework.version>${project.version} </codingapi .framework.version>
35- <fastjson .version>2.0.23 </fastjson .version>
35+ <fastjson .version>2.0.28 </fastjson .version>
3636 <jsonwebtoken .jjwt.version>0.11.5</jsonwebtoken .jjwt.version>
3737 <commons-io .version>2.11.0</commons-io .version>
3838 <commons-dbutils .version>1.7</commons-dbutils .version>
3939 <org .reflections.version>0.10.2</org .reflections.version>
4040 <perf4j .version>0.9.16</perf4j .version>
4141 <bcprov-jdk15on .version>1.70</bcprov-jdk15on .version>
4242 <commons-crypto .version>1.2.0</commons-crypto .version>
43-
43+ < org .yaml.snakeyaml.version>2.0</ org .yaml.snakeyaml.version>
4444 </properties >
4545
4646
4949 <dependency >
5050 <groupId >org.springframework.boot</groupId >
5151 <artifactId >spring-boot-starter</artifactId >
52+ <exclusions >
53+ <exclusion >
54+ <groupId >org.yaml</groupId >
55+ <artifactId >snakeyaml</artifactId >
56+ </exclusion >
57+ </exclusions >
58+ </dependency >
59+
60+ <dependency >
61+ <groupId >org.yaml</groupId >
62+ <artifactId >snakeyaml</artifactId >
5263 </dependency >
5364
5465 <dependency >
7485 <dependencyManagement >
7586 <dependencies >
7687
88+ <dependency >
89+ <groupId >org.yaml</groupId >
90+ <artifactId >snakeyaml</artifactId >
91+ <version >${org.yaml.snakeyaml.version} </version >
92+ </dependency >
93+
7794 <dependency >
7895 <groupId >org.bouncycastle</groupId >
7996 <artifactId >bcprov-jdk15on</artifactId >
Original file line number Diff line number Diff line change 6868 </dependency >
6969
7070 </dependencies >
71- <build >
72- <plugins >
73- <plugin >
74- <groupId >org.apache.maven.plugins</groupId >
75- <artifactId >maven-compiler-plugin</artifactId >
76- <configuration >
77- <source >17</source >
78- <target >17</target >
79- </configuration >
80- </plugin >
81- </plugins >
82- </build >
71+
8372
8473</project >
You can’t perform that action at this time.
0 commit comments