You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,8 @@ allprojects {
252
252
force "org.eclipse.angus:angus-activation:${angusActivationVersion}"
253
253
// force Jakarta Activation API version used by our Angus Activation implementation
254
254
force "jakarta.activation:jakarta.activation-api:${jakartaActivationApiVersion}"
255
+
// SequenceAnalysis brings in an older version via biojava-genome 7.1.1
256
+
force "jakarta.xml.bind:jakarta.xml.bind-api:${jaxbApiVersion}"
255
257
// force version for accounts, api, query
256
258
force "javax.validation:validation-api:${validationApiVersion}"
257
259
// force version for accounts, docker, api, workflow
@@ -299,7 +301,7 @@ allprojects {
299
301
force "io.grpc:grpc-stub:${grpcVersion}"
300
302
force "io.grpc:grpc-xds:${grpcVersion}"
301
303
302
-
//workflow (Activiti) brings in older versions of these libraries, so we need to force these versions
304
+
//tcrdb, cloud, SequenceAnalysis, recipe mfa, pipeline, fileTransfer, docker mcc, DiscvrLabKeyModules:Studies and api have differnet versions of these libraries, so we need to force these versions
303
305
force "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
304
306
force "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
305
307
// The version of picard we depend on brings in an older version of htsjdk, but SequenceAnalysis depends on a later version
description ="Given an alpha version prefix for npm packages via the property -P${PurgeNpmAlphaVersions.ALPHA_PREFIX_PROPERTY}=yourPrefix, "+
560
-
"removes all packages with versions that match that prefix from Artifactory (e.g., @labkey/components-1.2.3-yourPrefix.0 and @labkey/workflow-0.3.4-yourPrefix.1). "+
562
+
"removes all packages with versions that match that prefix from Artifactory (e.g., @labkey/components-1.2.3-yourPrefix.0 and @labkey/premium-0.3.4-yourPrefix.1). "+
561
563
" Use -PdryRun to see what versions would be deleted without actually doing the deletion."
0 commit comments