File tree 1 file changed +1
-31
lines changed
1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.maven.plugins</groupId >
25
25
<artifactId >maven-plugins</artifactId >
26
- <version >41 </version >
26
+ <version >42 </version >
27
27
<relativePath />
28
28
</parent >
29
29
81
81
82
82
<dependencyManagement >
83
83
<dependencies >
84
- <dependency >
85
- <groupId >org.junit</groupId >
86
- <artifactId >junit-bom</artifactId >
87
- <version >5.10.2</version >
88
- <type >pom</type >
89
- <scope >import</scope >
90
- </dependency >
91
84
<dependency >
92
85
<groupId >commons-io</groupId >
93
86
<artifactId >commons-io</artifactId >
212
205
</excludes >
213
206
</configuration >
214
207
</plugin >
215
- <plugin >
216
- <groupId >org.apache.maven.plugins</groupId >
217
- <artifactId >maven-plugin-report-plugin</artifactId >
218
- <configuration >
219
- <requirementsHistories >
220
- <requirementsHistory >
221
- <version >3.3.0</version >
222
- <maven >3.2.5</maven >
223
- <jdk >1.8</jdk >
224
- </requirementsHistory >
225
- <requirementsHistory >
226
- <version >3.2.1 - 3.2.2</version >
227
- <maven >3.1.0</maven >
228
- <jdk >1.7</jdk >
229
- </requirementsHistory >
230
- <requirementsHistory >
231
- <version >3.0.0 - 3.2.0</version >
232
- <maven >3.0</maven >
233
- <jdk >1.7</jdk >
234
- </requirementsHistory >
235
- </requirementsHistories >
236
- </configuration >
237
- </plugin >
238
208
</plugins >
239
209
</pluginManagement >
240
210
You can’t perform that action at this time.
0 commit comments