Comments - Dependencies required to build Java connector

6 years, 2 months ago Diego Dupin

There is code that use jna, slf4j, waffle dependencies, but this code will be used only if those dependencies are available at runtime, that's why they are needed to build jar.

AWS is only used for test, so technically those can be removed from pom.xml, if test directory is deleted, but that's not a good solution.

The only solution if not connected to build jar is to have a local maven repository containing all those dependencies.

 
6 years, 2 months ago kiran

Thank you Diego

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.