File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 101
101
<groupId >org.apache.maven.plugins</groupId >
102
102
<artifactId >maven-enforcer-plugin</artifactId >
103
103
<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 >
104
111
</plugin >
105
112
<plugin >
106
113
<groupId >org.codehaus.mojo</groupId >
259
266
<version >[1.7,)</version >
260
267
</requireJavaVersion >
261
268
<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 >
262
277
</rules >
263
278
</configuration >
264
279
</execution >
You can’t perform that action at this time.
0 commit comments