File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 4242 <artifactId >maven-compiler-plugin</artifactId >
4343 <version >3.13.0</version >
4444 <configuration >
45- <optimize >true</optimize >
46- <showDeprecation >true</showDeprecation >
47- <showWarnings >true</showWarnings >
4845 <release >17</release >
46+ <showWarnings >true</showWarnings >
47+ <showDeprecation >false</showDeprecation >
48+ <compilerArgs >
49+ <arg >-Xlint:-serial</arg >
50+ <arg >-Xlint:-try</arg >
51+ <arg >-Xlint:-processing</arg >
52+ </compilerArgs >
4953 </configuration >
54+ <dependencies >
55+ <dependency >
56+ <groupId >org.ow2.asm</groupId >
57+ <artifactId >asm</artifactId >
58+ <version >9.9</version >
59+ </dependency >
60+ </dependencies >
5061 </plugin >
5162 <plugin >
5263 <groupId >org.codehaus.mojo</groupId >
5364 <artifactId >exec-maven-plugin</artifactId >
54- <version >3.4.0 </version >
65+ <version >3.4.1 </version >
5566 </plugin >
5667 <plugin >
5768 <groupId >org.apache.maven.plugins</groupId >
6677 <plugin >
6778 <groupId >org.apache.maven.plugins</groupId >
6879 <artifactId >maven-javadoc-plugin</artifactId >
69- <version >3.8 .0</version >
80+ <version >3.12 .0</version >
7081 </plugin >
7182 <plugin >
7283 <groupId >org.apache.maven.plugins</groupId >
7384 <artifactId >maven-dependency-plugin</artifactId >
74- <version >3.7 .1</version >
85+ <version >3.8 .1</version >
7586 </plugin >
7687 <plugin >
7788 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments