Skip to content

Commit c89720b

Browse files
authored
Exclude threetenbp dependency (#284) (#285)
1 parent 40d1b18 commit c89720b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ dependencies {
138138
{
139139
exclude group: "javax.servlet", module: "servlet-api"
140140
exclude group: "org.apache.commons", module: "commons-collections4"
141+
// 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
142+
exclude group: "org.threeten", module: "threetenbp"
141143
}
142144
)
143145

0 commit comments

Comments
 (0)