Skip to content

Commit

Permalink
fix mvn exec command + open API
Browse files Browse the repository at this point in the history
  • Loading branch information
wandmagic committed Oct 8, 2024
1 parent 7c6b7c8 commit a9ba4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${exec-maven-plugin.version}</version>
<configuration>
<mainClass>${launcher.class}</mainClass>
<mainClass>${main.class}</mainClass>
<arguments>
<argument>run</argument>
<argument>${main.verticle}</argument>
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/webroot/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a9ba4f4

Please sign in to comment.