Skip to content

Commit

Permalink
Including module deps example
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Dec 27, 2023
1 parent c1136ec commit 52f3169
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ Add to your `pom.xml`:
<groupId>dev.guardrail</groupId>
<artifactId>guardrail-maven-plugin</artifactId>
<version>Please use the latest available release!</version>
<dependencies>
<!-- List the guardrail modules you wish to use. For more, see the module lists here: https://guardrail.dev/ -->
<dependency>
<groupId>dev.guardrail</groupId>
<artifactId>guardrail-java-dropwizard_2.13</artifactId> <!-- SpringMVC also available! -->
<version>...</version>
</dependency>
<dependency>
<groupId>dev.guardrail</groupId>
<artifactId>guardrail-java-async-http_2.13</artifactId>
<version>...</version>
</dependency>
</dependencies>
<executions>
<!-- This execution generates an API client from an OpenAPI spec file -->
<execution>
Expand Down

0 comments on commit 52f3169

Please sign in to comment.