File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
integration-tests/awt-packaging Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1717 <groupId >io.quarkus</groupId >
1818 <artifactId >quarkus-resteasy</artifactId >
1919 </dependency >
20+ <dependency >
21+ <groupId >io.quarkus</groupId >
22+ <artifactId >quarkus-resteasy-jackson</artifactId >
23+ </dependency >
2024 <dependency >
2125 <groupId >io.quarkus</groupId >
2226 <artifactId >quarkus-resteasy-jaxb</artifactId >
6165 </exclusion >
6266 </exclusions >
6367 </dependency >
68+ <dependency >
69+ <groupId >io.quarkus</groupId >
70+ <artifactId >quarkus-resteasy-jackson-deployment</artifactId >
71+ <version >${project.version} </version >
72+ <type >pom</type >
73+ <scope >test</scope >
74+ <exclusions >
75+ <exclusion >
76+ <groupId >*</groupId >
77+ <artifactId >*</artifactId >
78+ </exclusion >
79+ </exclusions >
80+ </dependency >
6481 <dependency >
6582 <groupId >io.quarkus</groupId >
6683 <artifactId >quarkus-resteasy-jaxb-deployment</artifactId >
You can’t perform that action at this time.
0 commit comments