Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/132
@lewismc FYI, I believe that some of these dependencies are already pulled
in by Tika.
Running `mvn dependency:tree` on the service module, I see:
- `javax.xml.bind:jaxb-api:jar:2.3.0` is pulled in by tika-parsers
- `org.glassfish.jaxb:jaxb-core:jar:2.3.0.1` is pulled in by tika-parsers
- `javax.activation:activation:jar:1.1.1` is pulled in by tika-parsers
leaving (I believe) the only library not already pulled in by Tika to be
the `jaxws-api`.
Out of curiosity though, where are these libraries actually used by the
service? Are they required by jetty?
---