The smallrye-open-api-ui
is already a transitive dependency of helidon-integrations-openapi-ui
, and you are explicitly specifying a version for it.
Your version is lower than the one used by Helidon, so maybe there is some API missing.
If you remove the dependency from your pom file, thinks should work.