File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 1818 <maven .compiler.target>11</maven .compiler.target>
1919
2020 <!-- Dependency versions -->
21- <asmVersion >9.0</asmVersion >
2221 <assertjVersion >3.17.2</assertjVersion >
2322 <jacksonVersion >2.11.3</jacksonVersion >
2423 <junitVersion >4.13.1</junitVersion >
10099 <artifactId >assertj-core</artifactId >
101100 <version >${assertjVersion} </version >
102101 </dependency >
103- <dependency >
104- <groupId >org.ow2.asm</groupId >
105- <artifactId >asm</artifactId >
106- <version >${asmVersion} </version >
107- </dependency >
108102 </dependencies >
109103 </dependencyManagement >
110104
115109 <plugin >
116110 <artifactId >maven-compiler-plugin</artifactId >
117111 <version >3.8.1</version >
118- <dependencies >
119- <dependency >
120- <groupId >org.ow2.asm</groupId >
121- <artifactId >asm</artifactId >
122- <version >${asmVersion} </version >
123- </dependency >
124- </dependencies >
125112 </plugin >
126113 <plugin >
127114 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments