Skip to content

Commit 496b415

Browse files
committed
Force consistent version of log4j-slf4j-impl
1 parent 4f60321 commit 496b415

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ allprojects {
221221
force "org.apache.logging.log4j:log4j-core:${log4j2Version}"
222222
force "org.apache.logging.log4j:log4j-api:${log4j2Version}"
223223
force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}"
224+
// brought in by SequenceAnalysis, jbrowse
225+
force "org.apache.logging.log4j:log4j-slf4j2-impl:${log4j2Version}"
224226
force "org.apache.commons:commons-vfs2:${commonsVfs2Version}"
225227
// force version for consistency with saml, query, LDK, and pipeline
226228
force "commons-lang:commons-lang:${commonsLangVersion}"

0 commit comments

Comments
 (0)