Fix upgrade to Elasticsearch 0.90.9

ASM has been added to ES 0.90.9 but conflicts with PMD analysis. Note that batch and server classpaths are currently (almost) the same but they will be different and sanitized later in 4.2.
This commit is contained in:
Simon Brandhof 2014-01-09 18:18:29 +01:00
parent c4cb7f52bc
commit a3272e9b1d

12
pom.xml
View File

@ -671,6 +671,18 @@
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-spatial</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
</exclusion>
<exclusion>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>