Skip to content

Commit f76f18b

Browse files
authored
Merge pull request #75 from ligangty/master
Switch parent to service-parent with unified quarkus dep management
2 parents d7a7a37 + 61c901f commit f76f18b

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

pom.xml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
2222
<groupId>org.commonjava</groupId>
23-
<artifactId>commonjava</artifactId>
24-
<version>16</version>
23+
<artifactId>service-parent</artifactId>
24+
<version>2</version>
2525
</parent>
2626
<groupId>org.commonjava.util</groupId>
2727
<artifactId>gateway</artifactId>
@@ -41,10 +41,6 @@
4141
<maven.compiler.target>11</maven.compiler.target>
4242
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4343
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
44-
<quarkus-plugin.version>2.3.0.Final</quarkus-plugin.version>
45-
<quarkus.platform.artifact-id>quarkus-universe-bom</quarkus.platform.artifact-id>
46-
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
47-
<quarkus.platform.version>2.3.0.Final</quarkus.platform.version>
4844
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
4945
<quarkus.package.type>uber-jar</quarkus.package.type>
5046
</properties>
@@ -57,13 +53,6 @@
5753
<type>pom</type>
5854
<scope>import</scope>
5955
</dependency>
60-
<dependency>
61-
<groupId>${quarkus.platform.group-id}</groupId>
62-
<artifactId>${quarkus.platform.artifact-id}</artifactId>
63-
<version>${quarkus.platform.version}</version>
64-
<type>pom</type>
65-
<scope>import</scope>
66-
</dependency>
6756
</dependencies>
6857
</dependencyManagement>
6958
<dependencies>
@@ -90,7 +79,7 @@
9079
</dependency>
9180
<dependency>
9281
<groupId>io.quarkus</groupId>
93-
<artifactId>quarkus-vertx-web</artifactId>
82+
<artifactId>quarkus-reactive-routes</artifactId>
9483
</dependency>
9584
<dependency>
9685
<groupId>io.quarkus</groupId>
@@ -148,7 +137,6 @@
148137
<plugin>
149138
<groupId>io.quarkus</groupId>
150139
<artifactId>quarkus-maven-plugin</artifactId>
151-
<version>${quarkus-plugin.version}</version>
152140
<executions>
153141
<execution>
154142
<goals>

0 commit comments

Comments
 (0)