Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Add exclusion for commons-logging.
  • Loading branch information
JimTharioAmazon authored Mar 3, 2025
1 parent 75160cf commit 1288f09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extra/modules/greenbids-real-time-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.41.0</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 1288f09

Please sign in to comment.