DATAES-289 - added groovy plugin for ES2.4

This commit is contained in:
Artur Konczak
2016-09-01 12:42:01 +01:00
parent 896fbbebc8
commit db3174dbbe
6 changed files with 137 additions and 10 deletions

10
pom.xml
View File

@@ -86,15 +86,7 @@
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
<!-- Groovy -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.4</version>
<scope>test</scope>
</dependency>
<!-- CDI -->
<dependency>
<groupId>javax.enterprise</groupId>