Add Apache Commons Codec dependency for java 9

(see comments)

=== old version jaxb dependency needs to be added explicitly when using java 9

The implementation of jaxb is not part of standard java9 se anymore (it is part of java ee).

This can be fixed by adding the 'jaxb-core' jar, which is available as part of debian package 'libjaxb-java'.