Skip to content

Commit e3bb962

Browse files
authored
chore: CONTRIBUTING.md dep (#118)
Signed-off-by: Todd Baert <[email protected]>
1 parent 937cb36 commit e3bb962

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ Use `mvn --projects {MODULE PATH} clean verify` to test/audit/lint just a single
8181

8282
As described in the [README](./README.md), this project uses release-please, and semantic versioning.
8383
Breaking changes should be identified by using a semantic PR title.
84+
85+
## Dependencies
86+
87+
Keep dependencies to a minimum, especially `compile` dependencies. Do not include dependencies specific to your module in the parent, add them to your module's `POM.xml`.
88+
The Java-SDK should be a _provided_ dependency of your module, the parent POM takes care of this automatically.
8489
Keep in mind, one version of the Java-SDK is used for all modules.
8590

86-
### VS Code config
91+
## VS Code config
8792

8893
To use vscode, install the standard [Java language support extension by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java).
8994

0 commit comments

Comments
 (0)