Update to Butterfly 1.0.4 - fixes #2917

Fixes #2917
Update to Butterfly 1.0.4 which catches NoClassDefFound errors
for Butterfly modules (ie OpenRefine extensions) which are missing
Java dependencies (e.g. those built against earlier versions
of OpenRefine)
This commit is contained in:
Tom Morris 2020-07-11 17:07:04 -04:00
parent d5abaac6df
commit 7512f3cb52
2 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>butterfly</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>

View File

@ -175,7 +175,7 @@
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>butterfly</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.mozilla</groupId>