exasol / virtual-schema-common-jdbc

Common module for JDBC-based access from Virtual Schemas
MIT License
0 stars 1 forks source link

Remove unnecessary dependencies #117

Closed kaklakariada closed 1 year ago

kaklakariada commented 2 years ago

virtual-schema-common-jdbc has a dependency on javax.xml.bind:jaxb-api. This library is only used for method javax.xml.bind.DatatypeConverter.parseBase64Binary. This can be replaced with the built-in class.

Additionally we can change scope of java-util-logging-testing from compile to test.