diff --git a/build.gradle b/build.gradle index f6feda9094..c83c415c12 100644 --- a/build.gradle +++ b/build.gradle @@ -221,6 +221,8 @@ allprojects { force "org.apache.logging.log4j:log4j-core:${log4j2Version}" force "org.apache.logging.log4j:log4j-api:${log4j2Version}" force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}" + // brought in by SequenceAnalysis, jbrowse + force "org.apache.logging.log4j:log4j-slf4j-impl:${log4j2Version}" force "org.apache.commons:commons-vfs2:${commonsVfs2Version}" // force version for consistency with saml, query, LDK, and pipeline force "commons-lang:commons-lang:${commonsLangVersion}"