Skip to content

Commit

Permalink
Fix spring jar security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
NivinCS authored and tdcmeehan committed Dec 2, 2024
1 parent 33bd6cb commit 1898ba6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions presto-benchto-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,28 @@
<groupId>com.teradata.benchto</groupId>
<artifactId>benchto-driver</artifactId>
<version>0.4</version>
<exclusions>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 1898ba6

Please sign in to comment.