Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Tika dependency to latest (1.2) #66

Closed
johann-petrak opened this issue Jan 15, 2019 · 6 comments
Closed

Upgrade Tika dependency to latest (1.2) #66

johann-petrak opened this issue Jan 15, 2019 · 6 comments

Comments

@johann-petrak
Copy link
Contributor

Change the Tika dependency to the most recent version, 1.20

(see also #65)

@greenwoodma
Copy link
Contributor

(daft question but why open a duplicate issue)

@johann-petrak
Copy link
Contributor Author

#65 is not really about upgrading Tika and may get solved or not once we upgrade.
The immediate solution to the problem described there may well be what you initially suggested there.
Also, wanted to open this to track any problems that may creep up once we test the upgraded core with other plugins.

@greenwoodma
Copy link
Contributor

true I suppose, it's been a long day, just ignore me

@johann-petrak
Copy link
Contributor Author

OK so turns out the following three libraries need to get removed from the excluded list in order to make
the unit tests pass:

  • org.ccil.cowan.tagsoup/tagsoup
  • com.adobe.xmp/xmpcore
  • com.drewnoakes/metadata-extractor

johann-petrak added a commit that referenced this issue Jan 15, 2019
@johann-petrak
Copy link
Contributor Author

This breaks the gate-top build with error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor (default-descriptor) on project gate-maven-plugin: Execution default-descriptor of goal org.apache.maven.plugins:maven-plugin-plugin:3.4:descriptor failed.: IllegalArgumentException -> [Help 1]

Upgrading the version of the maven-plugin-plugin from 3.3 to 3.5 in gate-top/gate-maven-plugin/pom.xml seems to make that work again.

@johann-petrak
Copy link
Contributor Author

Lets call this fixed then and open a specific issue if any problem arises because of this.

greenwoodma added a commit that referenced this issue Feb 7, 2019
…nd then nly included the ones we want, so that we avoid gate-core depending on (among other things) UIMA, OpenNLP, and CoreNLP! Relates to issue #66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants