File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 101101 <groupId >org.apache.maven.plugins</groupId >
102102 <artifactId >maven-enforcer-plugin</artifactId >
103103 <version >3.0.0-M3</version >
104+ <dependencies >
105+ <dependency >
106+ <groupId >org.codehaus.mojo</groupId >
107+ <artifactId >extra-enforcer-rules</artifactId >
108+ <version >1.2</version >
109+ </dependency >
110+ </dependencies >
104111 </plugin >
105112 <plugin >
106113 <groupId >org.codehaus.mojo</groupId >
259266 <version >[1.7,)</version >
260267 </requireJavaVersion >
261268 <requireUpperBoundDeps />
269+ <banDuplicateClasses >
270+ <scopes >
271+ <scope >compile</scope >
272+ <scope >provided</scope >
273+ </scopes >
274+ <findAllDuplicates >true</findAllDuplicates >
275+ <ignoreWhenIdentical >true</ignoreWhenIdentical >
276+ </banDuplicateClasses >
262277 </rules >
263278 </configuration >
264279 </execution >
You can’t perform that action at this time.
0 commit comments