diff --git a/docs/modules/ROOT/pages/includes/server-getting-started.adoc b/docs/modules/ROOT/pages/includes/server-getting-started.adoc
index 44bdf7660..ea91a4739 100644
--- a/docs/modules/ROOT/pages/includes/server-getting-started.adoc
+++ b/docs/modules/ROOT/pages/includes/server-getting-started.adoc
@@ -10,6 +10,16 @@ Add the following dependency to your project's `pom.xml` file:
----
+By default, the generated resources are annotated with Microprofile OpenAPI annotations, add the `io.quarkus:quarkus-smallrye-openapi` dependency to your project’s `pom.xml` file:
+
+[source,xml]
+----
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
+----
+
Note that since this extension has not been yet released, you'll need a local build of the dependency.
You will also need to add or update the `quarkus-maven-plugin` configuration with the following:
diff --git a/pom.xml b/pom.xml
index a549bc416..e136f9dc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
UTF-8
UTF-8
3.21.0
- 1.1.1.Final
+ 1.2.0.Final
3.26.3
3.27.3
4.1.2
diff --git a/server/integration-tests/reactive/pom.xml b/server/integration-tests/reactive/pom.xml
index e5c6cfa8e..398339507 100644
--- a/server/integration-tests/reactive/pom.xml
+++ b/server/integration-tests/reactive/pom.xml
@@ -48,6 +48,10 @@
rest-assured
test
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
@@ -106,4 +110,4 @@
-
\ No newline at end of file
+
diff --git a/server/integration-tests/resteasy/pom.xml b/server/integration-tests/resteasy/pom.xml
index 7a74d2bd7..e74007f47 100644
--- a/server/integration-tests/resteasy/pom.xml
+++ b/server/integration-tests/resteasy/pom.xml
@@ -48,6 +48,10 @@
rest-assured
test
+
+ io.quarkus
+ quarkus-smallrye-openapi
+
@@ -106,4 +110,4 @@
-
\ No newline at end of file
+