Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate CLI Application #4

Open
ksuderman opened this issue Mar 6, 2016 · 1 comment
Open

Separate CLI Application #4

ksuderman opened this issue Mar 6, 2016 · 1 comment
Assignees

Comments

@ksuderman
Copy link

ksuderman commented Mar 6, 2016

Currently the JSON Validator is bundled as an uber jar that includes all dependencies. This is so that it can be run as a standalone application from the command line. However, this presents problems when using the validator as a module in another project as the other project likely doesn't want to include all the extra dependencies.

What we need is:

  1. a stripped down JSON library that can be deployed to Maven Central.
  2. a command line program the depends on the validator library.
@ksuderman
Copy link
Author

ksuderman commented Jan 21, 2017

A version of the validator is now available on Maven Central as org.anc.json:validator:1.1.1 This artifact can still be run as a CLI program, but other than commons-cli it does not contain extraneous dependencies.

@ksuderman ksuderman added review and removed ready labels Feb 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant