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

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>