Skip to content

Commit

Permalink
Fix for cve in swagger-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
sumi-mathew committed Nov 26, 2024
1 parent 5442d1b commit 5ccdebf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions presto-pinot-toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,10 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</exclusion>
<exclusion>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 5ccdebf

Please sign in to comment.