8000 Avoid obsolete quarkus dependency names · hibernate/hibernate-demos@54149f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54149f5

Browse files
committed
Avoid obsolete quarkus dependency names
1 parent fe9008f commit 54149f5

File tree

1 file changed

+2
-2
lines changed
  • hibernate-search/hsearch-outbox-polling

1 file changed

+2
-2
lines changed

hibernate-search/hsearch-outbox-polling/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</dependency>
4848
<dependency>
4949
<groupId>io.quarkus</groupId>
50-
<artifactId>quarkus-resteasy-reactive</artifactId>
50+
<artifactId>quarkus-rest</artifactId>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.quarkus</groupId>
@@ -59,7 +59,7 @@
5959
</dependency>
6060
<dependency>
6161
<groupId>io.quarkus</groupId>
62-
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
62+
<artifactId>quarkus-rest-jackson</artifactId>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)
0