Agadar / NationStates-API-Java-Wrapper

A Java library for consuming the NationStates API.
5 stars 1 forks source link

Prepare for dependency problems in Java 9 #29

Closed Agadar closed 6 years ago

Agadar commented 6 years ago

The wrapper currently makes use of JAXB, which in Java 9 will no longer be available by default (see: https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j). Hence, once this wrapper moves to Java 9, it will have to manually include the JAXB dependencies (and possibly other dependencies) as dependencies.

Agadar commented 6 years ago

Done in e2c082f.