From 42524f446877db18bcb3a8211cd39b78bf688086 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. (cherry picked from commit 08c644a77d2e3a6c0e0d93382600ec025a6a7e76) Signed-off-by: John Blum --- pom.xml | 255 +++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 215 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 7852a0cd..b5a30f3a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,33 +1,53 @@ - + 4.0.0 - org.springframework.data - spring-data-gemfire - 1.8.0.BUILD-SNAPSHOT - - Spring Data Gemfire - org.springframework.data.build spring-data-parent 1.8.0.BUILD-SNAPSHOT + org.springframework.data + spring-data-gemfire + 1.8.0.BUILD-SNAPSHOT + + Spring Data Gemfire + SGF + 2.7.7 + 1.0.0-incubating-SNAPSHOT + 1.01 1.12.0.BUILD-SNAPSHOT - 8.2.0 - 2.7.7 + + + spring-libs-snapshot + https://repo.spring.io/libs-snapshot + + + apache-snapshots + https://repository.apache.org/content/repositories/snapshots + + + + + + spring-plugins-release + https://repo.spring.io/plugins-release + + + - org.springframework.data - spring-data-commons - ${springdata.commons} + org.springframework + spring-context-support @@ -36,14 +56,182 @@ - org.springframework - spring-context-support + org.springframework.data + spring-data-commons + ${springdata.commons} - com.gemstone.gemfire - gemfire - ${gemfire} + org.apache.geode + gemfire-core + ${gemfire.version} + + + com.fasterxml + jackson-annotation + + + com.fasterxml + jackson-core + + + com.fasterxml + jackson-databind + + + com.fasterxml.jackson.core + jackson-core + + + org.codehaus.jackson + jackson-core + + + org.codehaus.jackson + jackson-core-asl + + + org.codehaus.jackson + jackson-mapper-asl + + + org.codehaus.jackson + jackson-jaxrs + + + org.codehaus.jackson + jackson-xc + + + org.slf4j + slf4j-api + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-expression + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + org.springframework.data + spring-data-commons + + + org.springframework.shell + spring-shell + + + + + org.apache.geode + gemfire-joptsimple + ${gemfire.version} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-expression + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + + org.apache.geode + gemfire-json + ${gemfire.version} + + + org.springframework + spring-aop + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-context-support + + + org.springframework + spring-expression + + + org.springframework + spring-tx + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + + + antlr + antlr + ${antlr.version} + runtime @@ -53,13 +241,6 @@ true - - antlr - antlr - ${antlr} - runtime - - org.aspectj aspectjrt @@ -74,13 +255,13 @@ com.fasterxml.jackson.core - jackson-databind + jackson-annotations ${jackson} com.fasterxml.jackson.core - jackson-annotations + jackson-databind ${jackson} @@ -102,6 +283,13 @@ test + + edu.umd.cs.mtc + multithreadedtc + ${multithreadedtc.version} + test + + @@ -119,6 +307,7 @@ true ${basedir}/src/test/resources/trusted.keystore + apache-geode @@ -162,18 +351,4 @@ - - - spring-libs-snapshot - https://repo.spring.io/libs-snapshot - - - - - - spring-plugins-release - https://repo.spring.io/plugins-release - - -