Skip to content

Commit

Permalink
Merge pull request quarkusio#1005 from michalszynkiewicz/quarkus-http…
Browse files Browse the repository at this point in the history
…-in-qverse

switch reactive-messaging-http quickstart to quarkiverse
  • Loading branch information
cescoffier authored Dec 12, 2021
2 parents de9c112 + 06d5b12 commit e90c86f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion reactive-messaging-http-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<artifactId>reactive-messaging-http-quickstart</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
<quarkus-reactive-messaging-http.version>1.0.0</quarkus-reactive-messaging-http.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
Expand All @@ -36,8 +37,9 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
<artifactId>quarkus-reactive-messaging-http</artifactId>
<version>${quarkus-reactive-messaging-http.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 3 additions & 1 deletion reactive-messaging-websockets-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<artifactId>reactive-messaging-websockets-quickstart</artifactId>
<version>1.0.0-SNAPSHOT</version>
<properties>
<quarkus-reactive-messaging-http.version>1.0.0</quarkus-reactive-messaging-http.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -36,8 +37,9 @@
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<groupId>io.quarkiverse.reactivemessaging.http</groupId>
<artifactId>quarkus-reactive-messaging-http</artifactId>
<version>${quarkus-reactive-messaging-http.version}</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit e90c86f

Please sign in to comment.