Skip to content

Commit 307eac5

Browse files
let's try "force" instead of "exclude"
1 parent c24e859 commit 307eac5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SequenceAnalysis/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ dependencies {
148148
exclude group: "org.apache.commons", module: "commons-collections4"
149149
// 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
150150
exclude group: "org.threeten", module: "threetenbp"
151-
// google-genai dependencies in API pull in newer versions of these modules
152-
exclude group: "com.google.api", module : "api-common"
153-
exclude group: "com.google.auth", module : "google-auth-library-oauth2-http"
154-
exclude group: "com.google.auth", module : "google-auth-library-credentials"
155151
}
156152
)
157153

0 commit comments

Comments
 (0)