We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837fad0 commit c24e859Copy full SHA for c24e859
SequenceAnalysis/build.gradle
@@ -148,6 +148,10 @@ dependencies {
148
exclude group: "org.apache.commons", module: "commons-collections4"
149
// 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
150
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"
155
}
156
)
157
0 commit comments