diff --git a/helidon/pom.xml b/helidon/pom.xml index d26090d..8860909 100644 --- a/helidon/pom.xml +++ b/helidon/pom.xml @@ -18,14 +18,6 @@ io.helidon.microprofile.bundles helidon-microprofile-core - - io.helidon.microprofile.openapi - helidon-microprofile-openapi - - - io.helidon.microprofile.health - helidon-microprofile-health - io.helidon.microprofile.jwt helidon-microprofile-jwt-auth @@ -52,14 +44,7 @@ jakarta.activation jakarta.activation-api - - - org.eclipse.microprofile.metrics - microprofile-metrics-api - - - io.helidon.microprofile.metrics - helidon-microprofile-metrics + runtime org.junit.jupiter diff --git a/helidon/src/main/resources/META-INF/native-image/com/okta/rest/helidon/native-image.properties b/helidon/src/main/resources/META-INF/native-image/com/okta/rest/helidon/native-image.properties index 7ac5725..ee554e5 100644 --- a/helidon/src/main/resources/META-INF/native-image/com/okta/rest/helidon/native-image.properties +++ b/helidon/src/main/resources/META-INF/native-image/com/okta/rest/helidon/native-image.properties @@ -1 +1 @@ -Args=--initialize-at-build-time=com.okta.rest -H:+AddAllCharsets +Args=--initialize-at-build-time=com.okta.rest -H:+AddAllCharsets \ No newline at end of file