Re: IDE JAXB library for maven-Javafx

2020-08-28 Thread Patrik Karlström
Looks like I only need org.glassfish.jaxb jaxb-runtime 2.3.3 Den fre 28 aug. 2020 kl 08:56 skrev Patrik Karlström : > I have a project where I have the following deps, perhaps you can get some > inspiration from that. > > > >

Re: IDE JAXB library for maven-Javafx

2020-08-27 Thread Patrik Karlström
I have a project where I have the following deps, perhaps you can get some inspiration from that. jakarta.xml.bind jakarta.xml.bind-api 2.3.3 javax.activation activation 1.1.1

Re: IDE JAXB library for maven-Javafx

2020-08-25 Thread HRH
Has anyone came across this problem? On Tuesday, August 25, 2020, 10:29:53 AM GMT+4:30, HRH wrote: Hi, Since the departure of JAXB from JDK 8, I am wondering how to patch my current POM, so I can retrofit some legacy (JDK 6 ) codebase with JAXB API into my maven based JAVAFX project

IDE JAXB library for maven-Javafx

2020-08-24 Thread HRH
Hi, Since the departure of JAXB from JDK 8, I am wondering how to patch my current POM, so I can retrofit some legacy (JDK 6 ) codebase with JAXB API into my maven based JAVAFX project using JDK 14? I have added the following directives to the project POM dependency list:     javax.xml.b