File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -340,11 +340,19 @@ limitations under the License.
340
340
<plugin >
341
341
<groupId >org.apache.maven.plugins</groupId >
342
342
<artifactId >maven-checkstyle-plugin</artifactId >
343
- <version >2.17 </version >
343
+ <version >3.0.0 </version >
344
344
<configuration >
345
345
<configLocation >config/maven_checks.xml</configLocation >
346
346
<headerLocation >https://raw.github.com/codehaus-plexus/plexus-pom/master/src/main/resources/config/plexus-header.txt</headerLocation >
347
347
</configuration >
348
+ <dependencies >
349
+ <!-- MCHECKSTYLE-327: the maven_checks.xml was moved to a shared project -->
350
+ <dependency >
351
+ <groupId >org.apache.maven.shared</groupId >
352
+ <artifactId >maven-shared-resources</artifactId >
353
+ <version >2</version >
354
+ </dependency >
355
+ </dependencies >
348
356
</plugin >
349
357
<plugin >
350
358
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments