File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ under the License.
6363 <dependency >
6464 <groupId >org.apache.maven.resolver</groupId >
6565 <artifactId >maven-resolver-supplier-mvn3</artifactId >
66+ <exclusions >
67+ <exclusion >
68+ <groupId >*</groupId >
69+ <artifactId >*</artifactId >
70+ </exclusion >
71+ </exclusions >
6672 </dependency >
6773 <dependency >
6874 <groupId >org.codehaus.plexus</groupId >
Original file line number Diff line number Diff line change @@ -509,6 +509,16 @@ under the License.
509509 </dependencies >
510510 </dependencyManagement >
511511
512+ <repositories >
513+ <repository >
514+ <snapshots >
515+ <enabled >false</enabled >
516+ </snapshots >
517+ <id >maven-2404</id >
518+ <url >https://repository.apache.org/content/repositories/maven-2404/</url >
519+ </repository >
520+ </repositories >
521+
512522 <build >
513523 <pluginManagement >
514524 <plugins >
You can’t perform that action at this time.
0 commit comments