[ 
https://issues.apache.org/jira/browse/PDFBOX-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16643782#comment-16643782
 ] 

Tilman Hausherr edited comment on PDFBOX-4163 at 10/9/18 5:31 PM:
------------------------------------------------------------------

Yes that won't go away, we need DataSource. Get that file here
 
[https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR]
 or this way:
{code:xml}
                    <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                        <version>1.1.1</version>
                    </dependency>
{code}


was (Author: tilman):
Yes that won't go away. Get that file here
https://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR
or this way:
{code:xml}
                    <dependency>
                        <groupId>javax.activation</groupId>
                        <artifactId>activation</artifactId>
                        <version>1.1.1</version>
                    </dependency>
{code}


> Java 11 compile error
> ---------------------
>
>                 Key: PDFBOX-4163
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4163
>             Project: PDFBox
>          Issue Type: Bug
>          Components: XmpBox
>            Reporter: simon steiner
>            Priority: Major
>              Labels: jdk11
>
> mvn clean install -DskipTests
> xmpbox/src/main/java/org/apache/xmpbox/DateConverter.java:[403,34] package 
> javax.xml.bind does not exist



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to