@@ -224,9 +224,9 @@ allprojects {
224224 // brought in by SequenceAnalysis, jbrowse
225225 force " org.apache.logging.log4j:log4j-slf4j-impl:${ log4j2Version} "
226226 force " org.apache.commons:commons-vfs2:${ commonsVfs2Version} "
227- // force version for consistency with saml, query, LDK, and pipeline
227+ // force version for consistency with query, LDK, and pipeline
228228 force " commons-lang:commons-lang:${ commonsLangVersion} "
229- // force version for consistency with workflow, api, SequenceAnalysis
229+ // force version for consistency with api, SequenceAnalysis
230230 force " org.apache.commons:commons-lang3:${ commonsLang3Version} "
231231 force " commons-dbcp:commons-dbcp:${ commonsDbcpVersion} "
232232 force " commons-io:commons-io:${ commonsIoVersion} "
@@ -236,9 +236,9 @@ allprojects {
236236 force " org.apache.commons:commons-text:${ commonsTextVersion} "
237237 // force version for consistency with search, premium, api
238238 force " org.apache.commons:commons-collections4:${ commonsCollections4Version} "
239- // force version for consistency with query, saml, LDK, api
239+ // force version for consistency with LDK, api
240240 force " commons-collections:commons-collections:${ commonsCollectionsVersion} "
241- // force version for ms2, saml, fileTransfer, harvest, api, accounts, docker
241+ // force version for ms2, fileTransfer, harvest, api, accounts, docker
242242 force " commons-codec:commons-codec:${ commonsCodecVersion} "
243243 // force version consistency in TCRdb, SequenceAnalysis, API
244244 force " org.apache.commons:commons-math3:${ commonsMath3Version} "
@@ -249,7 +249,7 @@ allprojects {
249249 // force version for cloud, docker, fileTransfer, googledrive, tcrb, wnprc_ehr
250250 force " org.apache.httpcomponents:httpclient:${ httpclientVersion} "
251251 force " org.apache.httpcomponents.client5:httpclient5:${ httpclient5Version} "
252- // force version for postgresql jdbc, cloud, docker, fileTransfer, saml, query, GoogleDrive, WNPRC_EHR
252+ // force version for postgresql jdbc, cloud, docker, fileTransfer, GoogleDrive, WNPRC_EHR
253253 force " org.checkerframework:checker-qual:${ checkerQualVersion} "
254254 // force version for SequenceAnalysis, api, cloud
255255 force " com.google.guava:guava:${ guavaVersion} "
@@ -266,17 +266,15 @@ allprojects {
266266 force " jakarta.xml.bind:jakarta.xml.bind-api:${ jaxbApiVersion} "
267267 // force version for accounts, api, query
268268 force " javax.validation:validation-api:${ validationApiVersion} "
269- // force version for accounts, docker, api, workflow
269+ // force version for accounts, docker, api
270270 force " com.fasterxml.jackson.core:jackson-annotations:${ jacksonAnnotationsVersion} "
271- // saml and query bring in different versions transitively; we force the later one
272- force " xalan:xalan:${ xalanVersion} "
273271 // genotyping brings in a much older version of this, so we force a newer version for compatibility
274272 force " org.apache.commons:commons-compress:${ commonsCompressVersion} "
275273 // Force ant to be a newer version (transitive dependency of query > eigenbase-resgen > eigenbase-xom)
276274 force " org.apache.ant:ant:${ antVersion} "
277275 // Transitive dependency of commons-compress -- Transitive dependency com.github.samtools:htsjdk which references an older version
278276 force " org.tukaani:xz:${ tukaaniXZVersion} "
279- // force version for api, LDK, pipeline, query, saml , but not for the xsdDoc configuration, which requires
277+ // force version for api and LDK , but not for the xsdDoc configuration, which requires
280278 // an older version for the docflex library we use
281279 if (! config. name. equals(' xsdDoc' ))
282280 force " xml-apis:xml-apis:${ xmlApisVersion} "
@@ -350,9 +348,6 @@ allprojects {
350348 force " org.apache.tika:tika-core:${ tikaVersion} "
351349 // OpenLDAPSync and premium have transitive dependency on a broken version of MINA
352350 force " org.apache.mina:mina-core:${ apacheMinaVersion} "
353- // saml has transitive dependencies on old versions of batik and xmlgraphics-commons, which conflict with more recent versions in api
354- force " org.apache.xmlgraphics:batik-css:${ batikVersion} "
355- force " org.apache.xmlgraphics:xmlgraphics-commons:${ fopVersion} "
356351 // force consistency in TCRdb, WNPRC
357352 force " org.javassist:javassist:${ javassistVersion} "
358353 force " org.jetbrains:annotations:${ annotationsVersion} "
@@ -365,12 +360,11 @@ allprojects {
365360 // The hamcrest dependencies come through transitively from jackson, junit, jmock
366361 force " org.hamcrest:hamcrest:${ hamcrestVersion} "
367362 force " junit:junit:${ junitVersion} "
368- // force consistency in nlp and saml that bring these in transitively
363+ // SAML brings these in transitively
369364 force " org.codehaus.woodstox:stax2-api:${ stax2ApiVersion} "
370365 force " com.fasterxml.woodstox:woodstox-core:${ woodstoxCoreVersion} "
371- // force consistency in docker and connectors, saml, nlp
366+ // force consistency in docker, connectors, and saml
372367 force " org.bouncycastle:bcprov-jdk18on:${ bouncycastleVersion} "
373- // force consistency in docker and connectors and saml
374368 force " org.bouncycastle:bcpkix-jdk18on:${ bouncycastleVersion} "
375369
376370 // Force consistency for dependencies from pipeline and query
@@ -387,7 +381,7 @@ allprojects {
387381 // Force snappy-java version for CVE-2023-43642. Remove once HTSJDK bumps its preferred version.
388382 force " org.xerial.snappy:snappy-java:${ snappyJavaVersion} "
389383
390- // Consistency between cloud, pipeline, and query
384+ // Consistency between cloud, pipeline
391385 force " javax.xml.bind:jaxb-api:${ jaxbApiOldVersion} "
392386
393387 // Force consistency for dependencies from cloud
0 commit comments