OpenSearch/plugin/sql/sql-proto
Nik Everett 76c764b379 SQL: Prepare JDBC for release (elastic/x-pack-elasticsearch#4341)
This changes JDBC so it can be released. It bundles the
`sql-shared-client` and `sql-proto` jars into the jar for the jdbc client.
It also Generates a pom for the jdbc driver when you run `gradle assemble`
on it. This will allow us to release the jdbc driver.

It also adds a zip distribution of the jdbc driver with all of its
dependencies bundled in the zip. It'd be nice to bundle all of the jdbc
driver's dependencies in the jar but we can't quite do that yet. So, for
now, to help folks using BI tools use the JDBC driver, we build a zip.

Original commit: elastic/x-pack-elasticsearch@9c668231d4
2018-04-12 15:43:35 -04:00
..
licenses Upgrade to lucene-7.3.0 (elastic/x-pack-elasticsearch#4305) 2018-04-05 12:49:52 +01:00
src Adjust to decoupling TimeValue from Writeable (elastic/x-pack-elasticsearch#4338) 2018-04-11 14:58:19 -06:00
build.gradle SQL: Prepare JDBC for release (elastic/x-pack-elasticsearch#4341) 2018-04-12 15:43:35 -04:00