[
https://issues.apache.org/jira/browse/ANY23-419?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680466#comment-16680466
]
ASF GitHub Bot commented on ANY23-419:
--------------------------------------
Github user HansBrende commented on the issue:
https://github.com/apache/any23/pull/132
@ansell Well, this is what I see when I run `mvn dependency:tree` on the
current state of the Any23 trunk:
```
[INFO] | +- org.apache.tika:tika-core:jar:1.19.1:compile
[INFO] | +- org.apache.tika:tika-parsers:jar:1.19.1:compile
[INFO] | | +- org.glassfish.jaxb:jaxb-core:jar:2.3.0.1:compile
[INFO] | | | +- javax.xml.bind:jaxb-api:jar:2.3.0:compile
[INFO] | | | +- org.glassfish.jaxb:txw2:jar:2.3.0.1:compile
[INFO] | | | \- com.sun.istack:istack-commons-runtime:jar:3.0.5:compile
[INFO] | | +- org.glassfish.jaxb:jaxb-runtime:jar:2.3.0.1:compile
[INFO] | | | +- org.jvnet.staxex:stax-ex:jar:1.7.8:compile
[INFO] | | | \- com.sun.xml.fastinfoset:FastInfoset:jar:1.2.13:compile
[INFO] | | +- javax.activation:activation:jar:1.1.1:compile
```
> 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)