mirror of
https://github.com/jlengrand/moderne-docs.git
synced 2026-03-10 00:21:22 +00:00
Update proof-of-value.md
This commit is contained in:
@@ -58,7 +58,7 @@ _The recipes below are listed in order of increasing complexity. You can click t
|
||||
* [Exclude test dependencies](https://app.moderne.io/recipes/org.openrewrite.maven.ExcludeDependency) like JUnit from the compile scope
|
||||
*
|
||||
```bash
|
||||
mod run . --recipe ExcludeDependency -P "groupId=com.google.guava" -P "artifactId=guava" -P "scope=compile"
|
||||
mod run . --recipe ExcludeDependency -P "groupId=org.junit.vintage" -P "junit-vintage-engine" -P "scope=compile"
|
||||
```
|
||||
* [Remove redundant explicit dependency versions](https://app.moderne.io/recipes/org.openrewrite.maven.RemoveRedundantDependencyVersions) to clean up Maven POMs
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user