I just upgraded my application to version 2.6.0 (I'm using the jooby-bom), and now when I try and run the project in hot reloading mode using mvn jooby:run, I get this error:
The POM for com.amazonaws:jmespath-java:jar:${jmespath-java.version} is missing, no dependency information available
The application does actually start, but the error kinda messes up IntelliJ a bit. It looks like the property jmespath-java.version is missing from the jooby-bom pom.xml, but that file looks autogenerated and I'm not sure how it gets generated.