File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 564
564
<plugin >
565
565
<groupId >org.apache.maven.plugins</groupId >
566
566
<artifactId >maven-enforcer-plugin</artifactId >
567
- <version >3.0.0-M3 </version >
567
+ <version >3.0.0</version >
568
568
<executions >
569
569
<!-- Prevent users from mistyping a profile name -->
570
570
<execution >
591
591
</goals >
592
592
</execution >
593
593
</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 >
594
610
</plugin >
595
611
596
612
<plugin >
You can’t perform that action at this time.
0 commit comments