Skip to content

Commit 37847a0

Browse files
committed
Add quarkus-smallrye-openapi ext
1 parent 5a4862d commit 37847a0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

server/integration-tests/reactive/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
<artifactId>rest-assured</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51+
<dependency>
52+
<groupId>io.quarkus</groupId>
53+
<artifactId>quarkus-smallrye-openapi</artifactId>
54+
</dependency>
5155
</dependencies>
5256

5357
<build>
@@ -106,4 +110,4 @@
106110
</plugin>
107111
</plugins>
108112
</build>
109-
</project>
113+
</project>

server/integration-tests/resteasy/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
<artifactId>rest-assured</artifactId>
4949
<scope>test</scope>
5050
</dependency>
51+
<dependency>
52+
<groupId>io.quarkus</groupId>
53+
<artifactId>quarkus-smallrye-openapi</artifactId>
54+
</dependency>
5155
</dependencies>
5256

5357
<build>
@@ -106,4 +110,4 @@
106110
</plugin>
107111
</plugins>
108112
</build>
109-
</project>
113+
</project>

0 commit comments

Comments
 (0)