diff --git a/avocado-core/src/test/scala/org/bdgenomics/avocado/genotyping/BiallelicGenotyperSuite.scala b/avocado-core/src/test/scala/org/bdgenomics/avocado/genotyping/BiallelicGenotyperSuite.scala
index 89207621..861e3695 100644
--- a/avocado-core/src/test/scala/org/bdgenomics/avocado/genotyping/BiallelicGenotyperSuite.scala
+++ b/avocado-core/src/test/scala/org/bdgenomics/avocado/genotyping/BiallelicGenotyperSuite.scala
@@ -153,7 +153,7 @@ class BiallelicGenotyperSuite extends AvocadoFunSuite {
Seq.empty),
CopyNumberMap(2,
FeatureRDD(sc.parallelize(Seq(cnvDup)),
- SequenceDictionary.empty)),
+ SequenceDictionary.empty, Seq.empty)),
false,
maxQuality = 40,
maxMapQ = 40)
@@ -189,7 +189,7 @@ class BiallelicGenotyperSuite extends AvocadoFunSuite {
Seq.empty),
CopyNumberMap(2,
FeatureRDD(sc.parallelize(Seq(cnvDel)),
- SequenceDictionary.empty)),
+ SequenceDictionary.empty, Seq.empty)),
false,
maxQuality = 40,
maxMapQ = 40)
diff --git a/pom.xml b/pom.xml
index 77de3787..e49215b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,15 +15,15 @@
avocado: A Variant Caller, Distributed
- 0.24.0
- 1.8.0
+ 0.25.0
+ 1.8.2
1.8
- 2.11.4
+ 2.11.12
2.11
- 2.2.0
+ 2.3.2
- 2.6.0
- 0.2.11
+ 2.7.5
+ 0.2.13
1.1.1
@@ -71,7 +71,7 @@
org.apache.maven.plugins
maven-assembly-plugin
- 2.4.1
+ 3.1.0
org.apache.maven.plugins
@@ -86,7 +86,7 @@
pl.project13.maven
git-commit-id-plugin
- 2.2.1
+ 2.2.2
true
@@ -122,7 +122,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.5.1
+ 3.8.0
${java.version}
@@ -137,7 +137,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.7
+ 2.22.1
@@ -153,12 +153,12 @@
exec-maven-plugin
org.codehaus.mojo
- 1.3.2
+ 1.5.0
org.codehaus.mojo
build-helper-maven-plugin
- 1.10
+ 1.12
org.apache.maven.plugins
@@ -170,6 +170,11 @@
-Psonatype-oss-release -DskipTests
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 3.1.0
+
@@ -312,6 +317,12 @@
${utils.version}
test-jar
test
+
+
+ org.apache.spark
+ *
+
+
org.bdgenomics.utils
@@ -384,7 +395,7 @@
args4j
args4j
- 2.0.23
+ 2.0.31
org.apache.spark
@@ -426,7 +437,7 @@
org.apache.maven.plugins
maven-source-plugin
- 2.2.1
+ 3.0.1
attach-sources
@@ -440,7 +451,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 2.9.1
+ 3.0.1
attach-javadocs
@@ -495,7 +506,7 @@
scoverage-maven-plugin
${scoverage.plugin.version}
- 2.11.4
+ 2.11.12
org.bdgenomics.avocado.Timers
true
90