We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24e859 commit 307eac5Copy full SHA for 307eac5
SequenceAnalysis/build.gradle
@@ -148,10 +148,6 @@ 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