https://bugzilla.redhat.com/show_bug.cgi?id=902086



--- Comment #46 from gil cattaneo <punto...@libero.it> ---
you should remove src/main/java/org/elasticsearch/script/groovy
or try to use groovy 1.x with
%pom_xpath_set "pom:dependencies/pom:dependency[pom:groupId=
'org.codehaus.groovy']/pom:artifactId" groovy
%pom_xpath_set "pom:dependencies/pom:dependency[pom:groupId=
'org.codehaus.groovy']/pom:version" 1.8.9
or
sed -i "s|<artifactId>groovy-all|<artifactId>groovy|" pom.xml
sed -i "s|<version>2.3.2|<version>1.8.9|" pom.xml


and remove also src/main/java/org/elasticsearch/monitor/sigar

if you're lucky you should not use any patch :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to