Skip to content

Add extension to Quarkus Platform (quarkus-bom) #422

Description

@lwitkowski

Would be nice to just do this:

<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>

https://github.com/quarkusio/quarkus-platform
Extension onboarding PR: quarkusio/quarkus-platform#1792

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions