Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Fix jaxb dependency #587

Closed silverskyvicto closed 4 months ago

silverskyvicto commented 4 years ago

Hi.

The following Warning was output when I built the source code.

The POM for com.sun.xml.bind:jaxb-core:jar:2.2.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details

I modified the source code by referring to the following materials.:

  1. JEP 320: Remove the Java EE and CORBA Modules
  2. Migrating to JDK 9

How about this?