Skip to content

Commit

Permalink
maven-resolver-connector-basic
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 7, 2024
1 parent ed90a60 commit cec6400
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ under the License.
<artifactId>org.eclipse.sisu.plexus</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
<version>${resolverVersion}</version>
<scope>test</scope>
</dependency>

<!-- shared -->
<dependency>
Expand Down Expand Up @@ -294,7 +300,7 @@ under the License.
</goals>
<configuration>
<failOnWarning>true</failOnWarning>
<ignoredDependencies>org.slf4j:slf4j-simple:*,org.apache.maven:maven-compat:*</ignoredDependencies>
<ignoredDependencies>org.slf4j:slf4j-simple:*,org.apache.maven:maven-compat:*,org.apache.maven.resolver:maven-resolver-connector-basic</ignoredDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit cec6400

Please sign in to comment.