Skip to content

Commit

Permalink
Exclude threetenbp dependency (#284) (#285) (#286)
Browse files Browse the repository at this point in the history
Co-authored-by: bbimber <[email protected]>
  • Loading branch information
labkey-adam and bbimber authored Apr 19, 2024
1 parent de2195f commit a084f06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SequenceAnalysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ dependencies {
{
exclude group: "javax.servlet", module: "servlet-api"
exclude group: "org.apache.commons", module: "commons-collections4"
// NOTE: this is a dependency of picard->google-cloud-storage. there is a vunerability in 1.6.8 that does not seem fixed as of 1.6.9
exclude group: "org.threeten", module: "threetenbp"
}
)

Expand Down

0 comments on commit a084f06

Please sign in to comment.