File tree Expand file tree Collapse file tree 8 files changed +7
-11
lines changed
boms/reference/src/it/reference-usage-test
examples/helloworld/server Expand file tree Collapse file tree 8 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 101101 <groupId >io.quarkus</groupId >
102102 <artifactId >quarkus-arc</artifactId >
103103 </dependency >
104- <dependency >
105- <groupId >io.quarkus</groupId >
106- <artifactId >quarkus-resteasy-jackson</artifactId >
107- </dependency >
108104 <dependency >
109105 <groupId >io.quarkus</groupId >
110106 <artifactId >quarkus-grpc</artifactId >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 5555 </dependency >
5656 <dependency >
5757 <groupId >io.quarkus</groupId >
58- <artifactId >quarkus-rest-client-jackson </artifactId >
58+ <artifactId >quarkus-rest-client</artifactId >
5959 <scope >test</scope >
6060 </dependency >
6161 <dependency >
Original file line number Diff line number Diff line change 5959 </dependency >
6060 <dependency >
6161 <groupId >io.quarkus</groupId >
62- <artifactId >quarkus-rest-client-jackson </artifactId >
62+ <artifactId >quarkus-rest-client</artifactId >
6363 <scope >test</scope >
6464 </dependency >
6565 <dependency >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 6969 </dependency >
7070 <dependency >
7171 <groupId >io.quarkus</groupId >
72- <artifactId >quarkus-rest-client-jackson </artifactId >
72+ <artifactId >quarkus-rest-client</artifactId >
7373 <scope >test</scope >
7474 </dependency >
7575 <dependency >
Original file line number Diff line number Diff line change 7979 </dependency >
8080 <dependency >
8181 <groupId >io.quarkus</groupId >
82- <artifactId >quarkus-rest-client-jackson </artifactId >
82+ <artifactId >quarkus-rest-client</artifactId >
8383 <scope >test</scope >
8484 </dependency >
8585 <dependency >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments