DATAGEODE-238 - Apply additional polish.

Resolves gh-30.
This commit is contained in:
John Blum
2019-11-15 17:02:54 -08:00
parent df27c8fece
commit be3dcbcace
4 changed files with 16 additions and 14 deletions

5
.gitignore vendored
View File

@@ -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

View File

@@ -48,7 +48,7 @@
</exclusions>
</dependency>
<!-- Apache Geode -->
<!-- Pivotal GemFire -->
<dependency>
<groupId>io.pivotal.gemfire</groupId>
<artifactId>geode-core</artifactId>

View File

@@ -41,4 +41,5 @@
</plugin>
</plugins>
</build>
</project>

View File

@@ -19,8 +19,8 @@
<url>https://projects.spring.io/spring-data-geode/spring-data-geode</url>
<properties>
<geode.version>1.10.0</geode.version>
<project.root>${basedir}/..</project.root>
<geode.version>1.10.0</geode.version>
</properties>
<dependencies>
@@ -180,13 +180,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyLocale_zh_TW</artifactId>
@@ -202,9 +195,9 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest}</version>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj}</version>
<scope>test</scope>
</dependency>
@@ -215,6 +208,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.iq80.snappy</groupId>
<artifactId>snappy</artifactId>