[
https://issues.apache.org/jira/browse/ANY23-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16679903#comment-16679903
]
ASF GitHub Bot commented on ANY23-419:
--------------------------------------
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?
> Add J2EE depednencies such that service runs under JDK11
> --------------------------------------------------------
>
> Key: ANY23-419
> URL: https://issues.apache.org/jira/browse/ANY23-419
> Project: Apache Any23
> Issue Type: Improvement
> Components: build, service
> Affects Versions: 2.3
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Critical
> Fix For: 2.3
>
>
> As JDK11 drops support for shipping with various J2EE artifacts it is
> necessary for us to add them manually in service pom.xml
> PR coming up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)