Skip to content

Commit aaca73f

Browse files
kabirehsavoie
authored andcommitted
feat: Replace quarkus-rest(-client)-jackson with quarkus-rest(-client) (a2aproject#581)
We no longer use Jackson
1 parent 7ce0ec3 commit aaca73f

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/helloworld/server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>io.quarkus</groupId>
29-
<artifactId>quarkus-resteasy-jackson</artifactId>
29+
<artifactId>quarkus-resteasy</artifactId>
3030
<scope>provided</scope>
3131
</dependency>
3232
<dependency>

extras/push-notification-config-store-database-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</dependency>
5151
<dependency>
5252
<groupId>io.quarkus</groupId>
53-
<artifactId>quarkus-rest-client-jackson</artifactId>
53+
<artifactId>quarkus-rest-client</artifactId>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

extras/task-store-database-jpa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</dependency>
5555
<dependency>
5656
<groupId>io.quarkus</groupId>
57-
<artifactId>quarkus-rest-client-jackson</artifactId>
57+
<artifactId>quarkus-rest-client</artifactId>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

reference/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</dependency>
6161
<dependency>
6262
<groupId>io.quarkus</groupId>
63-
<artifactId>quarkus-rest-client-jackson</artifactId>
63+
<artifactId>quarkus-rest-client</artifactId>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>

reference/jsonrpc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</dependency>
6565
<dependency>
6666
<groupId>io.quarkus</groupId>
67-
<artifactId>quarkus-rest-client-jackson</artifactId>
67+
<artifactId>quarkus-rest-client</artifactId>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>

reference/rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</dependency>
7575
<dependency>
7676
<groupId>io.quarkus</groupId>
77-
<artifactId>quarkus-rest-client-jackson</artifactId>
77+
<artifactId>quarkus-rest-client</artifactId>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dependency>
3131
<dependency>
3232
<groupId>io.quarkus</groupId>
33-
<artifactId>quarkus-rest-jackson</artifactId>
33+
<artifactId>quarkus-rest</artifactId>
3434
<scope>provided</scope>
3535
</dependency>
3636
<dependency>

0 commit comments

Comments
 (0)