Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.
I noticed that while running mvn package it would complain that
for org.apache.maven.plugins:maven-source-plugin is missing.```. This
commit aims to reolve that warning by specifying the most recent version
of the maven-source-plugin in pom.xml. According to
https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-source-plugin,
the latest version of the maven-source-plugin is 3.2.1
I noticed that while running
mvn package
it would complain that