Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Examples don't handle additional pmemkv-java's dependencies #172

Open
lukaszstolarczuk opened this issue Jun 28, 2021 · 0 comments
Open
Assignees

Comments

@lukaszstolarczuk
Copy link
Member

Please provide a reproduction of the bug:

If we add additional dependencies to pmemkv-java (it doesn't matter if for pmemkv-root pom file or for pmemkv-binding module), it's not downloaded when executing pmemkv-java's examples.

Expected behavior:

Examples' applications should handle our (pmemkv-java's) dependencies without extra settings in examples' pom files.
Perhaps our examples are built poorly, but maybe we're missing some setting for "exporting" dependencies with our package.

Examples fail when trying to use any method from e.g. Builder, which uses extra dependency (e.g. json for parsing objects, for fromJson method). It happened even without using fromJson method in the example.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants