From 40bd6cc03251f53fb15e67b5747ee9bcee4fe9df Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 9 Feb 2016 12:00:15 -0800 Subject: [PATCH] SGF-465 - Add additional test dependency for the MultithreadedTC test framework to restore the Maven build. --- pom.xml | 42 +++++++++++++++++++++++++----------------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 7852a0cd..ea980609 100644 --- a/pom.xml +++ b/pom.xml @@ -17,17 +17,17 @@ SGF + 2.7.7 + 8.2.0 + 1.01 1.12.0.BUILD-SNAPSHOT - 8.2.0 - 2.7.7 - org.springframework.data - spring-data-commons - ${springdata.commons} + org.springframework + spring-context-support @@ -36,14 +36,22 @@ - org.springframework - spring-context-support + org.springframework.data + spring-data-commons + ${springdata.commons} com.gemstone.gemfire gemfire - ${gemfire} + ${gemfire.version} + + + + antlr + antlr + ${antlr.version} + runtime @@ -53,13 +61,6 @@ true - - antlr - antlr - ${antlr} - runtime - - org.aspectj aspectjrt @@ -74,13 +75,13 @@ com.fasterxml.jackson.core - jackson-databind + jackson-annotations ${jackson} com.fasterxml.jackson.core - jackson-annotations + jackson-databind ${jackson} @@ -102,6 +103,13 @@ test + + edu.umd.cs.mtc + multithreadedtc + ${multithreadedtc.version} + test + +