Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare used dependencies #73

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Declare used dependencies #73

merged 2 commits into from
Dec 19, 2024

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