[FEATURE] Create/publish a full jar with all dependencies
Opened this issue · 2 comments
er1c commented
- Have you validated that this is not currently reported in
limitations or
milestones? If so, please link it.
Feature Request Related to a Problem?
DataGrip allows you to specify an arbitrary JDBC driver to make a connection to.
jdbc:neptune:opencypher://bolt://xxxxx.cluster-xxxxxus-east-1.neptune.amazonaws.com:8182;authScheme=IAMSigV4;serviceRegion=us-east-1
This starts to work (it gave me an error that I didn't specify the serviceRegion
, but then I get an exception:
Describe the Solution
Create a "full" jar distribution for each release.
Describe Alternatives that have been Considered
Manually adding each of the dependencies.
er1c commented
er1c commented