Skip to content

Commit c24e859

Browse files
let API pull in google dependencies
1 parent 837fad0 commit c24e859

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ 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"
151155
}
152156
)
153157

0 commit comments

Comments
 (0)