diff --git a/jms-benchmark/pom.xml b/jms-benchmark/pom.xml index f8548d1..995955a 100644 --- a/jms-benchmark/pom.xml +++ b/jms-benchmark/pom.xml @@ -48,6 +48,11 @@ jackson-databind ${jackson-version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-version} + diff --git a/jms-benchmark/src/main/scala/org/fusesource/jmsbenchmark/Benchmark.scala b/jms-benchmark/src/main/scala/org/fusesource/jmsbenchmark/Benchmark.scala index 0878fb6..f8ef0c6 100644 --- a/jms-benchmark/src/main/scala/org/fusesource/jmsbenchmark/Benchmark.scala +++ b/jms-benchmark/src/main/scala/org/fusesource/jmsbenchmark/Benchmark.scala @@ -30,7 +30,7 @@ import org.ocpsoft.prettytime.PrettyTime import java.util.Date import com.fasterxml.jackson.databind.ObjectMapper import com.fasterxml.jackson.annotation.{JsonProperty, JsonInclude} -import scala.reflect.BeanProperty +import scala.beans.BeanProperty import scala._ import scala.Some diff --git a/pom.xml b/pom.xml index 30e7d66..b63e47d 100644 --- a/pom.xml +++ b/pom.xml @@ -37,11 +37,12 @@ - 2.9.1 - 2.15.0 - 2.2.0 - 1.6.6 - 2.1.0 + 2.11.8 + 2.10.6 + 2.15.2 + 4.0.7 + 1.7.21 + 2.8.3 @@ -65,7 +66,7 @@ org.scala-lang jline - ${scala-version} + ${jline-version}