<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus.platform</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${quarkus.platform.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkiverse.httpproblem</groupId>
<artifactId>quarkus-http-problem</artifactId>
<!-- NO VERSION NEEDED HERE :) -->
</dependency>
</dependencies>
Would be nice to just do this:
https://github.com/quarkusio/quarkus-platform
Extension onboarding PR: quarkusio/quarkus-platform#1792