We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4862d commit 37847a0Copy full SHA for 37847a0
server/integration-tests/reactive/pom.xml
@@ -48,6 +48,10 @@
48
<artifactId>rest-assured</artifactId>
49
<scope>test</scope>
50
</dependency>
51
+ <dependency>
52
+ <groupId>io.quarkus</groupId>
53
+ <artifactId>quarkus-smallrye-openapi</artifactId>
54
+ </dependency>
55
</dependencies>
56
57
<build>
@@ -106,4 +110,4 @@
106
110
</plugin>
107
111
</plugins>
108
112
</build>
109
-</project>
113
+</project>
server/integration-tests/resteasy/pom.xml
0 commit comments