Skip to content

Commit a084f06

Browse files
labkey-adambbimber
andauthored
Exclude threetenbp dependency (#284) (#285) (#286)
Co-authored-by: bbimber <bbimber@gmail.com>
1 parent de2195f commit a084f06

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
@@ -137,6 +137,8 @@ dependencies {
137137
{
138138
exclude group: "javax.servlet", module: "servlet-api"
139139
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"
140142
}
141143
)
142144

0 commit comments

Comments
 (0)