littlehorse-enterprises / littlehorse

This repository contains the code for the LittleHorse Server, Dashboard, CLI, and Java/Go/Python SDK's. Brought to you by LittleHorse Enterprises LLC
https://littlehorse.dev/
Other
66 stars 7 forks source link

chore(sdk-java): don't include jackson in api #911

Closed coltmcnealy-lh closed 2 weeks ago

coltmcnealy-lh commented 2 weeks ago

Shouldn't include the Jackson libraries as part of the API of sdk-java, since our users might have it in a different version which conflicts with the one provided by our library.