* Remove dependency upon camel-api
* Override and upgrade jackson-database to 2.13.1
* Overrider and upgrade httpmime to 4.5.13
* github: build against JDK 17
* Version set to 2.0.1
* remove beans.xml
* remove java ee dependency and javax annotations
* Bump dependencies
* Version set to 2.0.0
This is a breaking change to any library that depended upon the Java EE
annotation to instantiate these classes. They will now need to instantiate
them themselves.
* pom: add junit and assertj test dependencies
* pom: clean up api dependencies
* pom: version set to 1.0.1
* Add test from slushy
* pom: enable running of tests
* pom: add stubs for disabled tiles
* .github: replace outdated version of github directory
* github: don't get nexus username from secrect
* build-maven: drop jdk 8 and update action versions
* deploy-sonatype: update action versions