diff --git a/Dockerfile b/Dockerfile
index 49733ff6..15a38f80 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -35,7 +35,7 @@ RUN cd /opt/gridss/src/main/c/gridsstools/htslib && \
cp gridsstools /opt/gridss/
# compile GRIDSS Java code
-FROM maven:3.6.3-jdk-8 AS gridss_builder_java
+FROM maven:3.8.4-jdk-11 AS gridss_builder_java
RUN mkdir /opt/gridss/
WORKDIR /opt/gridss/
# Download maven dependencies first so docker can cache them
diff --git a/pom.xml b/pom.xml
index ff3c1c3a..5402646d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,222 +1,221 @@
-
- 4.0.0
- au.edu.wehi
- gridss
- jar
- ${revision}-gridss
- gridss
- https://github.com/PapenfussLab/gridss
-
- UTF-8
- 0.0.1-SNAPSHOT
-
-
-
- GNU General Public License (GPL)
- http://www.gnu.org/licenses/gpl.txt
-
-
-
-
-
- org.apache.maven.plugins
- maven-jar-plugin
- 3.2.0
-
-
-
- true
- true
-
-
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.9.0
-
-
- 8
- true
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 3.2.4
-
-
- package
-
- shade
-
-
- ${project.artifactId}-${project.version}-jar-with-dependencies
-
-
- >gridss.CallVariants
-
-
-
-
-
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 2.19.1
-
- au.edu.wehi.idsv.Hg19Tests,au.edu.wehi.idsv.Hg38Tests,au.edu.wehi.idsv.EColiTests,au.edu.wehi.idsv.alignment.ExternalAlignerTests,au.edu.wehi.idsv.alignment.JniAlignerTests
- -Xmx4g
-
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.7.7.201606060606
-
-
- default-prepare-agent
-
- prepare-agent
-
-
-
- default-report
- prepare-package
-
- report
-
-
-
-
-
- org.eluder.coveralls
- coveralls-maven-plugin
- 4.2.0
-
-
-
-
-
- project.local
- project
- file:${project.basedir}/repo
-
-
-
-
- jaligner
- jaligner
- 1.0
-
-
- ssw
- ssw
- 1.0
-
-
- junit
- junit
- 4.13.1
- test
-
-
- com.google.guava
- guava
- 30.0-jre
-
-
- org.apache.commons
- commons-lang3
- 3.10
-
-
- org.apache.commons
- commons-math3
- 3.6.1
-
-
- commons-io
- commons-io
- 2.7
-
-
- commons-configuration
- commons-configuration
- 1.10
-
-
- it.uniroma1.dis.wsngroup.gexf4j
- gexf4j
- 1.0.0
-
-
- it.unimi.dsi
- fastutil
- 8.3.1
-
-
- net.sf.trove4j
- trove4j
- 3.0.3
-
-
- com.github.samtools
- htsjdk
- 2.23.0
-
-
- com.github.broadinstitute
- picard
- 2.23.2
-
-
- org.broadinstitute
- barclay
- 3.0.0
-
-
- org.broadinstitute
- gatk-bwamem-jni
- 1.0.5
-
-
- org.broadinstitute
- gatk-minimap2-jni
- 1.0.2
-
-
- com.intel.gkl
- gkl
- 0.8.6
-
-
-
-
-
- org.apache.logging.log4j
- log4j-bom
- 2.17.1
- import
- pom
-
-
-
-
- Daniel Cameron
- https://github.com/PapenfussLab/gridss
-
-
+
+ 4.0.0
+ au.edu.wehi
+ gridss
+ jar
+ ${revision}-gridss
+ gridss
+ https://github.com/PapenfussLab/gridss
+
+ UTF-8
+ 0.0.1-SNAPSHOT
+
+
+
+ GNU General Public License (GPL)
+ http://www.gnu.org/licenses/gpl.txt
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.2.0
+
+
+
+ true
+ true
+
+
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.9.0
+
+
+ 1.8
+ 8
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.2.4
+
+
+ package
+
+ shade
+
+
+ ${project.artifactId}-${project.version}-jar-with-dependencies
+
+
+ >gridss.CallVariants
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.19.1
+
+ au.edu.wehi.idsv.Hg19Tests,au.edu.wehi.idsv.Hg38Tests,au.edu.wehi.idsv.EColiTests,au.edu.wehi.idsv.alignment.ExternalAlignerTests,au.edu.wehi.idsv.alignment.JniAlignerTests
+ -Xmx4g
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.7.201606060606
+
+
+ default-prepare-agent
+
+ prepare-agent
+
+
+
+ default-report
+ prepare-package
+
+ report
+
+
+
+
+
+ org.eluder.coveralls
+ coveralls-maven-plugin
+ 4.2.0
+
+
+
+
+
+ project.local
+ project
+ file:${project.basedir}/repo
+
+
+
+
+ jaligner
+ jaligner
+ 1.0
+
+
+ ssw
+ ssw
+ 1.0
+
+
+ junit
+ junit
+ 4.13.1
+ test
+
+
+ com.google.guava
+ guava
+ 30.0-jre
+
+
+ org.apache.commons
+ commons-lang3
+ 3.10
+
+
+ org.apache.commons
+ commons-math3
+ 3.6.1
+
+
+ commons-io
+ commons-io
+ 2.7
+
+
+ commons-configuration
+ commons-configuration
+ 1.10
+
+
+ it.uniroma1.dis.wsngroup.gexf4j
+ gexf4j
+ 1.0.0
+
+
+ it.unimi.dsi
+ fastutil
+ 8.3.1
+
+
+ net.sf.trove4j
+ trove4j
+ 3.0.3
+
+
+ com.github.samtools
+ htsjdk
+ 2.23.0
+
+
+ com.github.broadinstitute
+ picard
+ 2.23.2
+
+
+ org.broadinstitute
+ barclay
+ 3.0.0
+
+
+ org.broadinstitute
+ gatk-bwamem-jni
+ 1.0.5
+
+
+ org.broadinstitute
+ gatk-minimap2-jni
+ 1.0.2
+
+
+ com.intel.gkl
+ gkl
+ 0.8.6
+
+
+
+
+
+ org.apache.logging.log4j
+ log4j-bom
+ 2.17.1
+ import
+ pom
+
+
+
+
+ Daniel Cameron
+ https://github.com/PapenfussLab/gridss
+
+