Skip to content

Commit fb16f4d

Browse files
committed
Add a note about parent pom NOT adding dependencies to actual module implementations.
1 parent b45e632 commit fb16f4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ To include modules, you use some or all of:
5555
and either include versions directly, OR, preferably, import
5656
[Jackson BOM](../../../jackson-bom) that will specify consistent version set.
5757

58+
Note that the parent project -- `jackson-modules-java8` -- is ONLY used as parent pom by
59+
individual "child" modules, and DOES NOT have dependencies on them. This means that you should not depend on it
60+
as that will not include child modules.
61+
5862
### Registering modules
5963

6064
```java

0 commit comments

Comments
 (0)