Skip to content

Conversation

@elharo
Copy link
Contributor

@elharo elharo commented Dec 19, 2024

No description provided.

@elharo elharo changed the title Decalre used dependencies Declare used dependencies Dec 19, 2024
@elharo elharo marked this pull request as ready for review December 19, 2024 12:20
Comment on lines +350 to +363
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>analyze</id>
<goals>
<goal>analyze-only</goal>
</goals>
<configuration>
<failOnWarning>true</failOnWarning>
<ignoredDependencies>org.apache.maven:maven-compat:*,org.slf4j:slf4j-simple:*</ignoredDependencies>
</configuration>
</execution>
</executions>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add to parent with failOnWarning = false

@elharo elharo merged commit 2cbffc3 into master Dec 19, 2024
51 checks passed
@elharo elharo deleted the deps branch December 19, 2024 21:16
@slawekjaranowski slawekjaranowski added this to the 3.3.0 milestone Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants