Skip to content

Comments

Declare used dependencies#73

Merged
elharo merged 2 commits intomasterfrom
deps
Dec 19, 2024
Merged

Declare used dependencies#73
elharo merged 2 commits intomasterfrom
deps

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
@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