Skip to content

Commit 3114ea0

Browse files
committed
Remove obsolete force due to workflow module
1 parent 574f832 commit 3114ea0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ allprojects {
299299
force "io.grpc:grpc-stub:${grpcVersion}"
300300
force "io.grpc:grpc-xds:${grpcVersion}"
301301

302-
// workflow (Activiti) brings in older versions of these libraries, so we need to force these versions
303-
force "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
304-
force "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
305302
// The version of picard we depend on brings in an older version of htsjdk, but SequenceAnalysis depends on a later version
306303
force "com.github.samtools:htsjdk:${htsjdkVersion}"
307304
// This is a dependency for HTSJDK. Force version for CVE-2023-43642
@@ -557,6 +554,6 @@ project.tasks.register('ijConfigure') {
557554
project.tasks.register('purgeNpmAlphaVersions', PurgeNpmAlphaVersions) {
558555
group = GroupNames.NPM_RUN
559556
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). " +
557+
"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). " +
561558
" Use -PdryRun to see what versions would be deleted without actually doing the deletion."
562559
}

0 commit comments

Comments
 (0)