Skip to content

Commit

Permalink
Maintain Quarkus Ide Config independently
Browse files Browse the repository at this point in the history
As this dependency is not part of RHBQ, we need to use the upstream version always.
Dependabot will maintain it.
  • Loading branch information
Sgitario committed Sep 8, 2021
1 parent ef2b5c0 commit fb11fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<name>Quarkus StartStop TS: Parent</name>
<properties>
<quarkus.version>2.1.1.Final</quarkus.version>
<quarkus-ide-config.version>2.1.1.Final</quarkus-ide-config.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.version>3.8.1</maven.compiler.version>
Expand Down Expand Up @@ -135,7 +136,7 @@
<dependency>
<artifactId>quarkus-ide-config</artifactId>
<groupId>io.quarkus</groupId>
<version>${quarkus.version}</version>
<version>${quarkus-ide-config.version}</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit fb11fa4

Please sign in to comment.