File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 564564 <plugin >
565565 <groupId >org.apache.maven.plugins</groupId >
566566 <artifactId >maven-enforcer-plugin</artifactId >
567- <version >3.0.0-M3 </version >
567+ <version >3.0.0</version >
568568 <executions >
569569 <!-- Prevent users from mistyping a profile name -->
570570 <execution >
591591 </goals >
592592 </execution >
593593 </executions >
594+ <!--
595+ workaround for https://github.com/mojohaus/extra-enforcer-rules/issues/132
596+ Remove when it's fixed upstream.
597+ -->
598+ <dependencies >
599+ <dependency >
600+ <groupId >org.codehaus.mojo</groupId >
601+ <artifactId >extra-enforcer-rules</artifactId >
602+ <version >1.4</version >
603+ </dependency >
604+ <dependency >
605+ <groupId >org.apache.maven.shared</groupId >
606+ <artifactId >maven-dependency-tree</artifactId >
607+ <version >3.1.0</version >
608+ </dependency >
609+ </dependencies >
594610 </plugin >
595611
596612 <plugin >
You can’t perform that action at this time.
0 commit comments