DATAES-171 - BACKPORT from master - added support for missing query keywords

This commit is contained in:
Artur Konczak
2015-09-17 09:11:57 +01:00
parent e6d698e250
commit 7db077c2c6
10 changed files with 354 additions and 141 deletions

View File

@@ -121,6 +121,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>