-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tika support #3
base: master
Are you sure you want to change the base?
Tika support #3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JiriOndrusek some comments inline. More later.
extensions/tika/deployment/pom.xml
Outdated
<dependency> | ||
<groupId>org.apache.camel.quarkus</groupId> | ||
<artifactId>camel-quarkus-tika</artifactId> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<dependency> | |
<groupId>org.apache.camel.quarkus</groupId> | |
<artifactId>camel-quarkus-tika</artifactId> | |
</dependency> |
@JiriOndrusek quarkus-tika-deployment pulls quarkus-tika transitively.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ppalaga
If I remove dependency, I get error during build:
[ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (sanity-checks) on project camel-quarkus-tika-deployment: Execution sanity-checks of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed:
[ERROR] Violations in the parity between deployment module dependencies and runtime module dependencies:
[ERROR]
[ERROR] extensions/tika/deployment/pom.xml must depend on camel-quarkus-tika
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aha, sorry, navrhol som to vyhodiť, lebo som si myslel, že to je io.quarkus:quarkus-tika. ale io.quarkus:quarkus-tika to zjavne nie je :)
@ppalaga I've created draft PR on my fork: apache#998 |
No description provided.