We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a7b31 commit 583efaaCopy full SHA for 583efaa
maven-api-impl/pom.xml
@@ -131,6 +131,7 @@ under the License.
131
<dependency>
132
<groupId>org.assertj</groupId>
133
<artifactId>assertj-core</artifactId>
134
+ <scope>test</scope>
135
</dependency>
136
137
<groupId>org.apache.maven.resolver</groupId>
pom.xml
@@ -534,6 +534,12 @@ under the License.
534
535
<artifactId>maven-resolver-spi</artifactId>
536
<version>${resolverVersion}</version>
537
+ <exclusions>
538
+ <exclusion>
539
+ <groupId>com.google.errorprone</groupId>
540
+ <artifactId>error_prone_annotations</artifactId>
541
+ </exclusion>
542
+ </exclusions>
543
544
545
0 commit comments