Skip to content

Commit e752123

Browse files
committed
Fix cycle
1 parent 010e967 commit e752123

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

maven-resolver-provider/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)