Skip to content

Commit

Permalink
Excluded vulnerability in maven-reporting-impl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshKumarRA committed Nov 3, 2024
1 parent 4e539ff commit 086e434
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,12 @@
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>4.0.0</version>
<exclusions>
<exclusion>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit 086e434

Please sign in to comment.