diff --git a/fys-common/fys-common-doc/pom.xml b/fys-common/fys-common-doc/pom.xml
index 3cb1b65..8f924d7 100644
--- a/fys-common/fys-common-doc/pom.xml
+++ b/fys-common/fys-common-doc/pom.xml
@@ -26,6 +26,11 @@
springdoc-openapi-starter-webmvc-api
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+
+
com.github.therapi
therapi-runtime-javadoc
diff --git a/pom.xml b/pom.xml
index ef7b925..1c1623b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,17 @@
springdoc-openapi-starter-webmvc-api
${springdoc.version}
+
+
+
+
+
+
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+ 2.8.8
+
com.github.therapi