From be3dcbcace50d6f07a38da815630b3b1b6dcd0b8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 15 Nov 2019 17:02:54 -0800 Subject: [PATCH] DATAGEODE-238 - Apply additional polish. Resolves gh-30. --- .gitignore | 5 +++-- spring-data-gemfire/pom.xml | 2 +- spring-data-geode-distribution/pom.xml | 1 + spring-data-geode/pom.xml | 22 +++++++++++----------- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 2e361425..85ae9ace 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ out/ target/ .gradle .springBeans +*.dat *.iml *.ipr *.iws @@ -12,10 +13,9 @@ target/ .classpath .project .settings/ -.idea/ _site/ +.idea/ .bak/ -*.dat /samples/hello-world/vf.gf.dmn-events.cfg /samples/hello-world/vf.gf.dmn-license.cfg @@ -24,4 +24,5 @@ _site/ /vf.gf.dmn-license.cfg BACKUP* +ConfigDiskDir* newDB diff --git a/spring-data-gemfire/pom.xml b/spring-data-gemfire/pom.xml index f915014d..575d9578 100644 --- a/spring-data-gemfire/pom.xml +++ b/spring-data-gemfire/pom.xml @@ -48,7 +48,7 @@ - + io.pivotal.gemfire geode-core diff --git a/spring-data-geode-distribution/pom.xml b/spring-data-geode-distribution/pom.xml index 6e35f2ad..af58b9c5 100644 --- a/spring-data-geode-distribution/pom.xml +++ b/spring-data-geode-distribution/pom.xml @@ -41,4 +41,5 @@ + diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index 5f8c88b4..fdc7d56b 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -19,8 +19,8 @@ https://projects.spring.io/spring-data-geode/spring-data-geode - 1.10.0 ${basedir}/.. + 1.10.0 @@ -180,13 +180,6 @@ test - - org.assertj - assertj-core - ${assertj} - test - - org.apache.derby derbyLocale_zh_TW @@ -202,9 +195,9 @@ - org.hamcrest - hamcrest-library - ${hamcrest} + org.assertj + assertj-core + ${assertj} test @@ -215,6 +208,13 @@ test + + org.hamcrest + hamcrest-library + ${hamcrest} + test + + org.iq80.snappy snappy