We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e428be + a084f06 commit b976bfcCopy full SHA for b976bfc
SequenceAnalysis/build.gradle
@@ -138,6 +138,8 @@ dependencies {
138
{
139
exclude group: "javax.servlet", module: "servlet-api"
140
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"
143
}
144
)
145
0 commit comments