Skip to content

Commit e25d7c6

Browse files
authored
Merge pull request #51419 from radcortez/awt-packaging-test
Missing Jackson dependencies to AWT Packaging integration test
2 parents 13eb367 + e321dd0 commit e25d7c6

File tree

1 file changed

+17
-0
lines changed
  • integration-tests/awt-packaging

1 file changed

+17
-0
lines changed

integration-tests/awt-packaging/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
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>
@@ -61,6 +65,19 @@
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>

0 commit comments

Comments
 (0)