diff --git a/pom.xml b/pom.xml index e53694f..ddf2ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -297,7 +297,7 @@ exec-maven-plugin ${exec-maven-plugin.version} - ${launcher.class} + ${main.class} run ${main.verticle} diff --git a/src/main/resources/webroot/openapi.yaml b/src/main/resources/webroot/openapi.yaml index baaa7ca..dfd1a9a 100644 --- a/src/main/resources/webroot/openapi.yaml +++ b/src/main/resources/webroot/openapi.yaml @@ -17,8 +17,7 @@ paths: type: string format: uri description: URI of the remote OSCAL document to validate - example: - - https://raw.githubusercontent.com/GSA/fedramp-automation/refs/heads/develop/src/validations/constraints/content/ssp-all-VALID.xml + example: https://raw.githubusercontent.com/GSA/fedramp-automation/refs/heads/develop/src/validations/constraints/content/ssp-all-VALID.xml responses: '200': $ref: '#/components/responses/SarifResponse'