DATAREST-754 - Polishing.

Upgraded to Groovy 2.4.4. Polished sample domain types and repositories. Removed obsolete format registration in test cases for schema creation. Keep inlined null checks to make sure the IDE doesn't create unnecessary can-be-null warnings.

Original pull request: #206.
This commit is contained in:
Oliver Gierke
2016-01-25 17:46:25 +01:00
parent 9fd62b5dbf
commit b866af762d
8 changed files with 26 additions and 47 deletions

View File

@@ -20,7 +20,7 @@
<cassandra.version>2.0.9</cassandra.version>
<cassandraunit.version>2.0.2.1</cassandraunit.version>
<spring-security.version>4.0.1.RELEASE</spring-security.version>
<groovy.version>2.3.7</groovy.version>
<groovy.version>2.4.4</groovy.version>
</properties>
<dependencies>