Closed mfoo closed 2 years ago
This MR replaces the embedded copy of the JSON library green-jelly with a Maven dependency.
t looks like it's only recently been released to Maven Central (27th March 2022) so it's understandable why it needed to be included manually before.
Ideally this would go in after https://github.com/abstractfoundry/lumicube-daemon/pull/5. It's likely to conflict with https://github.com/abstractfoundry/lumicube-daemon/pull/8 due to the pom <configuration> change but I'll rebase as necessary.
<configuration>
Thanks @mfoo! I've merged into main, but I just removed the use of the greenJelly.version property.
greenJelly.version
This MR replaces the embedded copy of the JSON library green-jelly with a Maven dependency.
t looks like it's only recently been released to Maven Central (27th March 2022) so it's understandable why it needed to be included manually before.
Ideally this would go in after https://github.com/abstractfoundry/lumicube-daemon/pull/5. It's likely to conflict with https://github.com/abstractfoundry/lumicube-daemon/pull/8 due to the pom
<configuration>
change but I'll rebase as necessary.