File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 490490 <groupId >commons-logging</groupId >
491491 <artifactId >commons-logging</artifactId >
492492 </exclusion >
493+ <exclusion >
494+ <groupId >org.codehaus.plexus</groupId >
495+ <artifactId >plexus-container-default</artifactId >
496+ </exclusion >
493497 </exclusions >
494498 </dependency >
495499 <dependency >
525529 <groupId >org.apache.maven.doxia</groupId >
526530 <artifactId >doxia-integration-tools</artifactId >
527531 <version >${doxiaSiteToolsVersion} </version >
532+ <exclusions >
533+ <exclusion >
534+ <groupId >org.codehaus.plexus</groupId >
535+ <artifactId >plexus-container-default</artifactId >
536+ </exclusion >
537+ </exclusions >
528538 </dependency >
529539
530540 <!-- Commons -->
582592 </dependency >
583593
584594 <!-- plexus -->
585- <dependency >
586- <groupId >org.codehaus.plexus</groupId >
587- <artifactId >plexus-container-default</artifactId >
588- <version >${plexusContainerVersion} </version >
589- <exclusions >
590- <exclusion >
591- <groupId >junit</groupId >
592- <artifactId >junit</artifactId >
593- </exclusion >
594- </exclusions >
595- </dependency >
596595 <dependency >
597596 <groupId >org.codehaus.plexus</groupId >
598597 <artifactId >plexus-resources</artifactId >
You can’t perform that action at this time.
0 commit comments