Skip to content

Commit 412aafb

Browse files
committed
chore(deps): remove reactive-named dependencies
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 4670625 commit 412aafb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/joke/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>io.quarkus</groupId>
33-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
33+
<artifactId>quarkus-rest-jackson</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.quarkus</groupId>
37-
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
37+
<artifactId>quarkus-rest-client-jackson</artifactId>
3838
</dependency>
3939
<dependency>
4040
<groupId>io.quarkus</groupId>

samples/pingpong/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>io.quarkus</groupId>
29-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
29+
<artifactId>quarkus-rest-jackson</artifactId>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.quarkus</groupId>
33-
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
33+
<artifactId>quarkus-rest-client-jackson</artifactId>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)