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.
1 parent de2195f commit a084f06Copy full SHA for a084f06
SequenceAnalysis/build.gradle
@@ -137,6 +137,8 @@ dependencies {
137
{
138
exclude group: "javax.servlet", module: "servlet-api"
139
exclude group: "org.apache.commons", module: "commons-collections4"
140
+ // 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
141
+ exclude group: "org.threeten", module: "threetenbp"
142
}
143
)
144
0 commit comments