diff --git a/nima/openapi/pom.xml b/nima/openapi/pom.xml
index ac59406842b..6a55f7f6075 100644
--- a/nima/openapi/pom.xml
+++ b/nima/openapi/pom.xml
@@ -74,6 +74,11 @@
provided
true
+
+ io.helidon.config
+ helidon-config-yaml
+ test
+
org.junit.jupiter
junit-jupiter-api
@@ -104,4 +109,3 @@
-
diff --git a/nima/openapi/src/test/java/io/helidon/nima/openapi/ServerTest.java b/nima/openapi/src/test/java/io/helidon/nima/openapi/ServerTest.java
index d8806a6ac82..390817ba9c4 100644
--- a/nima/openapi/src/test/java/io/helidon/nima/openapi/ServerTest.java
+++ b/nima/openapi/src/test/java/io/helidon/nima/openapi/ServerTest.java
@@ -28,7 +28,6 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
@@ -39,7 +38,6 @@
* Starts a server with the default OpenAPI endpoint to test a static OpenAPI
* document file in various ways.
*/
-@Disabled
class ServerTest {
private static WebServer greetingWebServer;