Skip to content

Commit

Permalink
Merge 0596321 into 371e9db
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed May 20, 2019
2 parents 371e9db + 0596321 commit 22f93b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ compileTestJava {


dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.11.2'
implementation 'org.apache.logging.log4j:log4j-core:2.11.2'
implementation 'org.slf4j:slf4j-log4j12:1.7.21'
implementation 'org.apache.commons:commons-lang3:3.4'
implementation 'org.apache.commons:commons-math3:3.5'
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/broadinstitute/hdf5/HDF5Library.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.FilenameUtils;
import org.apache.log4j.LogManager;
import org.apache.log4j.Logger;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.broadinstitute.gatk.nativebindings.NativeLibrary;

import java.io.File;
Expand Down

0 comments on commit 22f93b6

Please sign in to comment.