Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
build: reordered BOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 31, 2019
1 parent d1cb1e3 commit a159a48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${version.quarkus}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>${kotlin.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>${version.quarkus}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Project modules -->
<dependency>
<groupId>io.fabric8.launcher</groupId>
Expand Down

0 comments on commit a159a48

Please sign in to comment.